File tree 5 files changed +33
-0
lines changed
5 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ BEES Customizations
22
22
Specifics customizations for BEES coop
23
23
24
24
* make due date editable when a payment term is set
25
+ * label default_code as product location in product info screen
25
26
26
27
**Table of contents **
27
28
Original file line number Diff line number Diff line change 6
6
"version" : "12.0.1.0.1" ,
7
7
"depends" : [
8
8
"beesdoo_account" ,
9
+ "beesdoo_product_info_screen" ,
9
10
],
10
11
"author" : "Coop IT Easy SCRLfs" ,
11
12
"license" : "AGPL-3" ,
16
17
""" ,
17
18
"data" : [
18
19
"views/account_invoice.xml" ,
20
+ "views/products.xml" ,
19
21
],
20
22
"installable" : True ,
21
23
}
Original file line number Diff line number Diff line change 1
1
Specifics customizations for BEES coop
2
2
3
3
* make due date editable when a payment term is set
4
+ * label default_code as product location in product info screen
Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ <h1 class="title">BEES Customizations</h1>
371
371
< p > Specifics customizations for BEES coop</ p >
372
372
< ul class ="simple ">
373
373
< li > make due date editable when a payment term is set</ li >
374
+ < li > label default_code as product location in product info screen</ li >
374
375
</ ul >
375
376
< p > < strong > Table of contents</ strong > </ p >
376
377
< div class ="contents local topic " id ="contents ">
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ Copyright 2021 Coop IT Easy
4
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
5
+ -->
6
+ <odoo >
7
+ <record id =" view_product_information_read_only_form" model =" ir.ui.view" >
8
+ <field name =" name" >view_product_information_read_only_form_inherit</field >
9
+ <field name =" model" >product.template</field >
10
+ <field name =" inherit_id" ref =" beesdoo_product_info_screen.view_product_information_read_only_form" />
11
+ <field name =" arch" type =" xml" >
12
+ <field name =" default_code" position =" attributes" >
13
+ <attribute name =" string" >Product Location</attribute >
14
+ </field >
15
+ </field >
16
+ </record >
17
+
18
+ <record id =" view_product_information_read_only_tree" model =" ir.ui.view" >
19
+ <field name =" name" >view_product_information_read_only_tree_inherit</field >
20
+ <field name =" model" >product.template</field >
21
+ <field name =" inherit_id" ref =" beesdoo_product_info_screen.view_product_information_read_only_tree" />
22
+ <field name =" arch" type =" xml" >
23
+ <field name =" default_code" position =" attributes" >
24
+ <attribute name =" string" >Product Location</attribute >
25
+ </field >
26
+ </field >
27
+ </record >
28
+ </odoo >
You can’t perform that action at this time.
0 commit comments