Skip to content
Snippets Groups Projects
Commit 1829522d authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

Subcontracting Stocks

bzr revid: fp@tinyerp.com-be694ba8ded07d71ba41b4ff047044fe59804874
parent ca3baa9c
Branches
Tags
No related merge requests found
......@@ -83,6 +83,8 @@ class stock_location(osv.osv):
'location_id': fields.many2one('stock.location', 'Parent Location', select=True),
'child_ids': fields.one2many('stock.location', 'location_id', 'Contains'),
'address_id': fields.many2one('res.partner.address', 'Location Address'),
'comment': fields.text('Additional Information'),
'posx': fields.integer('Corridor (X)', required=True),
'posy': fields.integer('Shelves (Y)', required=True),
......
......@@ -350,6 +350,7 @@
<field name="usage" select="1"/>
<field name="account_id" select="1"/>
<field name="location_id"/>
<field name="address_id"/>
<newline/>
<field name="comment" colspan="4"/>
</page>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment