c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #36398
[Bug 724131] Re: Purchase lines without Invoice Lines Relationship
+1
in trunk
* good examples
** sale/sale.py
def _prepare_order_line_move
and others
missing in purchase and many other modules
** purchase/purchase.py
STATE_SELECTION = [
('draft', 'Request for Quotation'),
('wait', 'Waiting'),
('confirmed', 'Waiting Approval'),
('approved', 'Approved'),
('except_picking', 'Shipping Exception'),
('except_invoice', 'Invoice Exception'),
('done', 'Done'),
('cancel', 'Cancelled')
]
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/724131
Title:
Purchase lines without Invoice Lines Relationship
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Hello,
Using branch addons-6.0 revision number: 4422
I created a purchase order, but the relationship between purchase
order line and invoice line does not exist, the field
purchase.order.line.invoice_lines is always empty.
Renato Lima - http://www.akretion.com
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/724131/+subscriptions
References