← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 804148] Re: l10n_chart_us_manufacturing won't install

 

Hello Matt,

"l10n_chart_us_manufacturing" is part of the extra-addons, which are
maintained by the community, including all the modules created by
"OpenERP" or "Tiny", as none of these are actively developed by our
teams anymore.

>From your analysis, it seems that  you have faced the problem of "No
references to account.account_type_root" because account_type_root have
created in account/demo/account_minimal.xml So if you install this
module without demo data then you will faced this type error msg other
wise it will successfully install.

I have checked your solution But I have suggest that you have to improve l10n_chart_us_manufacturing/account_chart.xml whole file. Because I have checked that the "account_type_root" this record is already commented so it needs to removed this comment.
So I think for solving this problem you needs to improve account_chart.xml whole file.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment. If you require further assistance with any similar
trouble while updating the module, do not hesitate to ask here or via a
question: https://answers.launchpad.net/openobject-addons

I hope you understand, and perhaps this explanation will be helpful to
you if you start fixing this extra-addons...

Thank you!

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/804148

Title:
  l10n_chart_us_manufacturing won't install

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
  Attempt to install module: "l10n_chart_us_manufacturing"
  Receive error message: "No references to account.account_type_root"
  I'm using ubuntu 10.10, and OpenErp 6.0
  The code in trunk still has the problem
  This can be fixed by changing 68 lines, like the following:

  @@ -58,13 +58,13 @@
   		<field name="code">0</field>
   		<field name="name">Account Chart for US</field>
   		<field name="type">view</field>
  -		<field name="user_type" ref="account.account_type_root"/>
  +		<field name="user_type" ref="account_type_root"/>
   	</record>
   	<record id="chart1000" model="account.account.template">
   		<field name="code">1000</field>
   		<field name="reconcile" eval="False"/>
   		<field name="parent_id" ref="chart0"/>
  -		<field name="user_type" ref="account.account_type_root"/>
  +		<field name="user_type" ref="account_type_root"/>
   		<field name="type">view</field>
   		<field name="name">CURRENT ASSETS</field>
   	</record>

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/804148/+subscriptions


References