Hi All, I downloaded the MRP module from the trunk. When I added it and tried to install i get the below errors? I thought this was a standard module, maybe I'm missing something?
2013-05-13 12:34:38,799 5380 INFO Engineer3d
openerp.modules.loading: module mrp:
loading mrp_view.xml 2013-05-13
12:34:39,035 5380 ERROR Engineer3d
openerp.addons.base.ir.ir_ui_view:
<string>:1:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR:
Invalid attribute progress for element
gantt 2013-05-13 12:34:39,036 5380
ERROR Engineer3d
openerp.tools.convert: Parse error in file:///E:/Programs/OpenERP%207.0/Server/server/openerp/addons/mrp/mrp_view.xml:594:
<record id="view_production_gantt" model="ir.ui.view">
<field name="name">mrp.production.gantt</field>
<field name="model">mrp.production</field>
<field name="arch" type="xml">
<gantt date_stop="date_finished" date_start="date_start" progress="progress" string="Productions" default_group_by="routing_id">
</gantt>
</field>
</record> Traceback (most recent call last): File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\tools\convert.py", line 847, in parse
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\tools\convert.py", line 814, in _tag_record
File "E:\Programs\OpenERP 7.0\Server\server\openerp\addons\base\ir\ir_model.py", line 963, in _update
File "E:\Programs\OpenERP 7.0\Server\server\openerp\addons\base\ir\ir_ui_view.py", line 103, in create
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\orm.py", line 4470, in create
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\orm.py", line 1544, in _validate except_orm:
('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')
2013-05-13 12:34:39,036 5380 ERROR Engineer3d openerp.netsvc:
ValidateError Error occurred while validating the field(s) arch: Invalid XML for View Architecture! Traceback (most recent call last):
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\netsvc.py", line 293, in dispatch_rpc
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\service\web_services.py", line 626, in dispatch
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\osv.py", line 188, in execute_kw
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\osv.py", line 144, in wrapper except_osv:
('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')
Hope someone can point out what may have gone wrong.
Just pinging to hope somebody can help me get this fixed, I need the mrp for developing a new part of our business so we can quote customers using BOMs.
Well I gave up and reinstalled OpenERP7.0 from scratch...couldn't wait any longer. Now for a few days of entering data...yay....
Followed you bro, reinstalled OpenERP :(