Skip to content

Commit

Permalink
[FIX] add the binding_model_id to the stock.picking report (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr authored and jjscarafia committed Oct 11, 2018
1 parent c5b9e91 commit 730e90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_aeroo_stock/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Argentinian Like Stock Picking Aeroo Report',
'version': '11.0.1.2.0',
'version': '11.0.1.3.0',
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
3 changes: 2 additions & 1 deletion l10n_ar_aeroo_stock/report.xml
Expand Up @@ -6,8 +6,9 @@
<field name="binding_model_id" eval="False"/>
<field name="stock_report_type">picking_list</field>
</record>
<!-- TODO remove on v12 -->
<record id="stock.action_report_picking" model="ir.actions.report">
<field name="binding_model_id" eval="False"/>
<field name="binding_model_id" ref="stock.model_stock_picking" />
<field name="stock_report_type">picking_list</field>
</record>

Expand Down

0 comments on commit 730e90e

Please sign in to comment.