account_invoice_production_lot dà errore entrando nelle righe fattura

Bug #1070718 reported by bruno bottacini
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Domsense Agile BG OpenERP Addons
Fix Released
Undecided
Unassigned

Bug Description

openerp 6.1 e domsense-agilebg-addons/6.1

dopo l'installazione del modulo account_invoice_production_lot di ottiene l'errore:

2012-10-24 07:59:28,377 27621 ERROR ? openerp.netsvc: View definition error for inherited view 'account_invoice_production_lot.view_invoice_line_form_prod_lots' on model 'account.invoice.line': Element '<page string="Notes">' not found in parent view '%(parent_xml_id)s'

si può sotituire nel file invoice_view.xml

                 <page string="Notes" position="after">
                        <page string="Production Lots">
                            <field colspan="4" name="prod_lot_ids" nolabel="1"/>
                        </page>
                </page>

con

                <field name="invoice_line_tax_id" position="after">
                    <separator colspan="4" string="lot"/>
                    <field colspan="4" name="prod_lot_ids" nolabel="1"/>
                </field>

Changed in domsense-agilebg-addons:
status: New → Confirmed
Revision history for this message
Lorenzo Battistini (elbati) wrote :
Changed in domsense-agilebg-addons:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.