minor changes

bzr revid: pso@tinyerp.com-20090106111744-84c8pm09jgydx1ka
This commit is contained in:
pso (tiny) 2009-01-06 16:47:44 +05:30
parent cff804f5f8
commit 9eae2d5941
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ class price_type(osv.osv):
_columns = {
"name" : fields.char("Price Name", size=32, required=True, translate=True, help="Name of this kind of price."),
"active" : fields.boolean("Active"),
"field" : fields.selection(_price_field_get, "Product Field", required=True, help="Associated field in the product form."),
"field" : fields.selection(_price_field_get, "Product Field", size=32, required=True, help="Associated field in the product form."),
"currency_id" : fields.many2one('res.currency', "Currency", required=True, help="The currency the field is expressed in."),
}
_defaults = {

View File

@ -32,7 +32,7 @@ class res_company(osv.osv):
help='This will set the unit of measure used in projects and tasks.\n' \
"If you use the timesheet linked to projects (project_timesheet module), don't " \
"forget to setup the right unit of measure in your employees.",
required=True,
),
}
_defaults = {

View File

@ -34,7 +34,7 @@
<field name="account_id"/>
<field name="amount"/>
<field name="amount_unit"/>
<!-- <field name="note"/>-->
<field name="note"/>
</tree>
</field>
<field name="state" select="1"/>