Hardik Sanchawat (OpenERP) has proposed merging
lp:~openerp-commiter/openobject-addons/trunk-fp-notes-apa-remove-select-2-hsa
into lp:~openerp-dev/openobject-addons/trunk-fp-notes-apa.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-fp-notes-apa-remove-select-2-hsa/+merge/109790
Hello sir,
Change in addons modules
Remove select="2" and Add select="1" in these modules:
document/document_view.xml
l10n_be_invoice_bba/account_invoice_view.xml
sale_layout/sale_layout_view.xml
Thanks
- Hardik Sanchawat(hsa)
--
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-fp-notes-apa-remove-select-2-hsa/+merge/109790
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-commiter/openobject-addons/trunk-fp-notes-apa-remove-select-2-hsa
into lp:~openerp-dev/openobject-addons/trunk-fp-notes-apa.
=== modified file 'document/document_view.xml'
--- document/document_view.xml 2012-06-08 07:03:30 +0000
+++ document/document_view.xml 2012-06-12 09:38:26 +0000
@@ -93,7 +93,7 @@
</group>
<group col="4">
<field name="ressource_parent_type_id"/>
- <field name="ressource_id" select="2" readonly="1"/>
+ <field name="ressource_id" select="1" readonly="1"/>
</group>
<group col="2" attrs="{'invisible': [('type','!=','ressource'),('ressource_parent_type_id','=',False)]}">
<field name="resource_find_all"/>
=== modified file 'l10n_be_invoice_bba/account_invoice_view.xml'
--- l10n_be_invoice_bba/account_invoice_view.xml 2011-08-12 15:14:50 +0000
+++ l10n_be_invoice_bba/account_invoice_view.xml 2012-06-12 09:38:26 +0000
@@ -11,7 +11,7 @@
<field name="arch" type="xml">
<field name="payment_term" position="after">
<group col="4" colspan="2">
- <field name="reference_type" nolabel="1" select="2" size="0" attrs="{'readonly':[('state','!=','draft')]}"
+ <field name="reference_type" nolabel="1" select="1" size="0" attrs="{'readonly':[('state','!=','draft')]}"
on_change="generate_bbacomm(type,reference_type,algorithm,partner_id,reference)" colspan="1"/>
<field name="reference" nolabel="1" select="1" colspan="3" attrs="{'readonly':[('state','!=','draft')]}"/>
</group>
=== modified file 'sale_layout/sale_layout_view.xml'
--- sale_layout/sale_layout_view.xml 2012-06-09 20:31:27 +0000
+++ sale_layout/sale_layout_view.xml 2012-06-12 09:38:26 +0000
@@ -82,8 +82,8 @@
</page>
<page string="Extra Info" attrs="{'invisible':[('layout_type','!=','article')]}">
<field name="type" attrs="{'invisible':[('layout_type','!=','article')]}"/>
- <field name="delay" select="2" attrs="{'invisible':[('layout_type','!=','article')]}"/>
- <field name="address_allotment_id" select="2"/>
+ <field name="delay" select="1" attrs="{'invisible':[('layout_type','!=','article')]}"/>
+ <field name="address_allotment_id" select="1"/>
<separator colspan="4" string="Properties"/>
<field colspan="4" name="property_ids" nolabel="1"/>
</page>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp