Skip to content

Commit

Permalink
[WIP] pharmaceuticals_retailers: settings added
Browse files Browse the repository at this point in the history
  • Loading branch information
spe-odoo committed Nov 10, 2023
1 parent 94dd70f commit b10cbae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pharmaceuticals_retailers/data/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,28 @@
<field name="group_warning_stock" eval="1"/>
<field name="group_stock_multi_locations" eval="1"/>
<field name="group_stock_adv_location" eval="1"/>
<field name="group_lot_on_delivery_slip" eval="1"/>
<field name="group_expiry_date_on_delivery_slip" eval="1"/>
<field name="group_lot_on_invoice" eval="1"/>

<!-- Accounting -->
<field name="display_invoice_amount_total_words" eval="1"/>
<field name="use_invoice_terms" eval="1"/>
<field name="terms_type">html</field>
<field name="account_use_credit_limit" eval="1"/>
<field name="account_default_credit_limit">1000</field>
<field name="deferred_amount_computation_method">day</field>
<field name="module_product_margin" eval="1"/>

<!-- POS -->
<field name="pos_use_pricelist" eval="1"/>
<field name="pos_restrict_price_control" eval="1"/>
<field name="pos_is_header_or_footer" eval="1"/>
<field name="point_of_sale_use_ticket_qr_code" eval="1"/>
<field name="pos_module_pos_hr" eval="1"/>
<field name="product_pricelist_setting">advanced</field>
<field name="pos_iface_print_auto" eval="1"/>

</record>

<function model="res.config.settings" name="execute">
Expand Down

0 comments on commit b10cbae

Please sign in to comment.