Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install picking_invoice_rel #14

Closed
ralbear opened this issue Jun 10, 2015 · 2 comments
Closed

Cant install picking_invoice_rel #14

ralbear opened this issue Jun 10, 2015 · 2 comments

Comments

@ralbear
Copy link

ralbear commented Jun 10, 2015

Hi

I need to install account_invoice_webkit and when i try to install it this dependece module picking_invoice_rel i have the next issue:

[...]

File "/opt/odoo/openerp/addons/base/ir/ir_model.py", line 926, in xmlid_lookup
    raise ValueError('External ID not found in the system: %s' % (xmlid))
ParseError: "External ID not found in the system: stock.view_picking_out_form" while parsing /opt/odoo/addons/picking_invoice_rel/picking_view.xml:18, near
<record id="view_picking_out_invoice_rel_form" model="ir.ui.view">
      <field name="name">picking.out.invoice.rel.form</field>
      <field name="model">stock.picking</field>
      <field name="type">form</field>
      <field name="inherit_id" ref="stock.view_picking_out_form"/>
      <field name="arch" type="xml">
        <page string="Notes" position="after">
          <page string="Invoices" groups="picking_invoice_rel.group">
            <field name="invoice_ids" colspan="4" nolabel="1"/>
          </page>
        </page>
      </field>
    </record>

Thanks!

@ferdiga
Copy link
Collaborator

ferdiga commented Jun 10, 2015

This module is production in v6.1 and I will be happy to commit pull requests with the correct code for v8.
my customer currently does not pay for migration.

@yvaucher
Copy link
Member

@ralbear You might want to try by replacing stock.view_picking_out_form by stock.view_picking_form in that file picking_invoice_rel/picking_view.xml on line with inherit_id

You might get other errors to fix though as stock picking model has changed in 8.0.

@ferdiga ferdiga closed this as completed Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants