[FIX] notes of products

bzr revid: fp@tinyerp.com-20121013095508-c448sk16rdoc1kxf
This commit is contained in:
Fabien Pinckaers 2012-10-13 11:55:08 +02:00
parent bcfee955da
commit 368bf1a0c2
4 changed files with 7 additions and 7 deletions

View File

@ -971,7 +971,7 @@
<attribute name="invisible">False</attribute> <attribute name="invisible">False</attribute>
</xpath> </xpath>
<group name="procurement_help" position="inside"> <group name="procurement_help" position="inside">
<p attrs="{'invisible': [('type','=','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','produce')]}"> <p attrs="{'invisible': ['|','|',('type','=','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','produce')]}">
When you sell this product, OpenERP will trigger <b>a manufacturing When you sell this product, OpenERP will trigger <b>a manufacturing
order</b> using the bill of materials assigned to this product. order</b> using the bill of materials assigned to this product.
The delivery order will be ready once the production is done. The delivery order will be ready once the production is done.

View File

@ -332,12 +332,12 @@
</xpath> </xpath>
<xpath expr="//group[@name='general']" position="after" > <xpath expr="//group[@name='general']" position="after" >
<group name="procurement_help" class="oe_grey" col="1" groups="base.group_user"> <group name="procurement_help" class="oe_grey" col="1" groups="base.group_user">
<p attrs="{'invisible': [('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_stock')]}"> <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_stock')]}">
When you sell this service, nothing special will be trigered When you sell this service, nothing special will be trigered
to deliver the customer, as you set the procurement method as to deliver the customer, as you set the procurement method as
'Make to Stock'. 'Make to Stock'.
</p> </p>
<p attrs="{'invisible': [('type','&lt;&gt;','product'),('procure_method','&lt;&gt;','make_to_stock')]}"> <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','product'),('procure_method','&lt;&gt;','make_to_stock')]}">
When you sell this product, OpenERP will <b>use the available When you sell this product, OpenERP will <b>use the available
inventory</b> for the delivery order. inventory</b> for the delivery order.
<br/><br/> <br/><br/>
@ -345,7 +345,7 @@
will wait for new products. To fulfill the inventory, you should will wait for new products. To fulfill the inventory, you should
create others rules like orderpoints. create others rules like orderpoints.
</p> </p>
<p attrs="{'invisible': [('type','&lt;&gt;','consu'),('procure_method','&lt;&gt;','make_to_stock')]}"> <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','consu'),('procure_method','&lt;&gt;','make_to_stock')]}">
When you sell this product, a delivery order will be created. When you sell this product, a delivery order will be created.
OpenERP will consider that the <b>required quantities are always OpenERP will consider that the <b>required quantities are always
available</b> as it's a consumable (as a result of this, the quantity available</b> as it's a consumable (as a result of this, the quantity

View File

@ -40,7 +40,7 @@
<attribute name="invisible">False</attribute> <attribute name="invisible">False</attribute>
</xpath> </xpath>
<group name="procurement_help" position="inside"> <group name="procurement_help" position="inside">
<p attrs="{'invisible': [('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','produce')]}"> <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','produce')]}">
When you sell this service to a customer, <b>a task</b> will be When you sell this service to a customer, <b>a task</b> will be
created to follow up the job to do. This task will appear created to follow up the job to do. This task will appear
in the project related to the contract of the sale order. in the project related to the contract of the sale order.

View File

@ -608,13 +608,13 @@
<field name="inherit_id" ref="procurement.product_form_view_procurement_button"/> <field name="inherit_id" ref="procurement.product_form_view_procurement_button"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<group name="procurement_help" position="inside"> <group name="procurement_help" position="inside">
<p attrs="{'invisible': [('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}"> <p attrs="{'invisible': ['|','|',('type','&lt;&gt;','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}">
When you sell this service to a customer, <b>a draft purchase order</b> When you sell this service to a customer, <b>a draft purchase order</b>
will be created in order to subcontract the job will be created in order to subcontract the job
<i attrs="{'invisible': [('seller_id','=',False)]}">to <i attrs="{'invisible': [('seller_id','=',False)]}">to
<field name="seller_id" class="oe_inline"/></i>. <field name="seller_id" class="oe_inline"/></i>.
</p> </p>
<p attrs="{'invisible': [('type','=','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}"> <p attrs="{'invisible': ['|','|',('type','=','service'),('procure_method','&lt;&gt;','make_to_order'),('supply_method','&lt;&gt;','buy')]}">
When you sell this product, OpenERP will trigger <b>a draft When you sell this product, OpenERP will trigger <b>a draft
purchase order</b> to buy the required quantities to the supplier. purchase order</b> to buy the required quantities to the supplier.
The delivery order will be ready after having received the The delivery order will be ready after having received the