Skip to content

Commit 12ea698

Browse files
committed
[IMP] construction, pharmacy_retail: remove blocking warnings
Warnings set by the user are no longer blocking in sale, purchase and stock. Additionally, internal warnings were completely removed from accounting. See odoo/odoo#192211
1 parent 6918170 commit 12ea698

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

construction/data/res_config_settings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<field name="invoiced_timesheet" eval="'approved'"/>
1212
<field name="group_warning_stock" eval="1"/>
1313
<field name="group_stock_reception_report" eval="1"/>
14-
<field name="group_warning_account" eval="1"/>
1514
<field name="group_sale_delivery_address" eval="1"/>
1615
<field name="documents_product_settings" eval="1"/>
1716
<field name="documents_hr_settings" eval="1"/>

pharmacy_retail/data/product_product.xml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<field name="x_manufacturer" ref="res_partner_16"/>
4646
<field name="image_1920" type="base64" file="pharmacy_retail/static/src/binary/product_template/19-image_1920"/>
4747
<field name="sale_line_warn_msg">If you Buy 2 Qty then 1 Qty will be free. (Buy 2 Get 1 Free Offer)</field>
48-
<field name="sale_line_warn">warning</field>
4948
<field name="product_tag_ids" eval="[(6, 0, [ref('product_tag_1'), ref('product_tag_2')])]"/>
5049
<field name="pos_categ_ids" eval="[(6, 0, [ref('pos_category_5')])]"/>
5150
<field name="standard_price">30.0</field>

0 commit comments

Comments
 (0)