~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to stock_schedule/scheduler_view.xml

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
        <!-- REWORKING OF TRACEABILITY MENU -->
182
182
        <record id="stock.action_production_lot_form" model="ir.actions.act_window">
183
183
            <field name="name">Batch numbers</field>
 
184
            <field name="context">{'full':'1',"search_default_real":1}</field>
184
185
            <field name="help">This is the list of all the batch numbers you recorded. When you select a lot, you can get the upstream or downstream traceability of the products contained in batch. By default, the list is filtred on the batch numbers that are available in your warehouse but you can uncheck the 'Available' button to get all the batch numbers you produced, received or delivered to customers.</field>
185
186
        </record>
186
187
 
187
188
        <menuitem id="stock.menu_action_production_lot_form" action="stock.action_production_lot_form" sequence="-10" parent="stock.menu_traceability" />
188
189
 
189
190
        <!-- DELETE PRODUCTS -->
190
 
        <delete model="ir.ui.menu" id="stock.menu_stock_product" />
191
 
        <delete model="ir.ui.menu" id="stock.menu_product_by_category_stock_form" />
192
 
        <delete model="ir.ui.menu" id="stock.menu_stock_products_menu" />
193
 
 
 
191
        <!-- MOVED THIS BLOCK TO hidden_menu.xml === DO NOT HARD DELETE MenuItem -->
194
192
 
195
193
        <menuitem id="stock_automatic_procurements_menu"
196
194
                  name="Replenishment Rules"