Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ l10n_fr_pdp / res.partner / invoice_edi_format (False) : NEW se
l10n_fr_pdp / res.partner / ubl_cii_format (False) : DEL selection_keys: ['ciusro', 'facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'pint_sg', 'ubl_21_fr', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung', 'zugferd'], mode: modify
---XML records in module 'l10n_fr_pdp'---
NEW ir.actions.server: l10n_fr_pdp.l10n_fr_pdp_action_open_response_wizard
NEW ir.ui.view: l10n_fr_pdp.l10n_fr_pdp_list_view_move_ereporting
NEW ir.ui.view: l10n_fr_pdp.l10n_fr_pdp_reports_view_in_invoice_tree
NEW ir.ui.view: l10n_fr_pdp.l10n_fr_pdp_reports_view_move_kanban
NEW ir.ui.view: l10n_fr_pdp.l10n_fr_pdp_reports_view_move_search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<field name="name">Out of stock</field>
<field name="position">left</field>
</record>
<record id="product_attribute_custom_value_sale_rule" model="ir.rule">
<field name="groups" eval="[(4, ref('sales_team.group_sale_salesman')), (4, ref('product.group_product_manager'))]"/>
</record>
<record id="product_pricelist_comp_rule" model="ir.rule">
<field name="domain_force">['|', ('company_id', 'in', [False, website.company_id.id]), ('company_id', 'in', company_ids)]</field>
</record>
Expand Down