Community Mailinglisten Archive
community@mail.odoo.com
Durchsuche Archive
Re: Margin Percentage on Quotation
durch
Open For Small Business Ltd, Graeme Gellatly
Many years ago when OpenERP used to respond to bug reports for new features odony wrote a little module for me called sale_pricelist_recalculation.
I've maintained it sparingly since then and ported to new versions (as well as created purchase_pricelist_recalculation).It is at gdgellatly/o4sb-addons
Change pricelist on draft sale orders
However in test/development since January, using the identical concept we have
- Balance to amount - including tax (nearly works, depends on quantity of last line the size of the difference, can be out by ((0.01 + tax) * last_line_qty)
- Balance to amount - excluding tax (as above)
- Update from Quote (matches on product templates, ignores non-quoted lines as we use colours a lot and quoted colour always different to ordered one, plus has some hardcoded logic that needs removal)
- Manually reprice all lines using either unit price, discount or line subtotal (also has a slight rounding issue when using price_subtotal).
- Add freight cost (currently will add a new line rather than updating existing if found, and relies on a hardcoded freight code)
But you could also do it without a wizard if you only needed to update quotes/draft sale orders. I prefer the wizard because sale order lines themselves are writable individually, just not on the order when confirmed.
account_fiscal_position_update from akretion/OCA uses this concept (updates lines from the header document), and from memory if you look in the old PR's it does it with an onchange although I think after review it was settled on to use a button to make the change in the end.
different cost per variant (nearly ready for review),
code generation (in review, done by akretion, needs fixing),
attribute groups (in review, although currently unreviewed),
supplier per variant (initial design didn't work),
price history per variant (design done)
and is written in a really hard way to modify without affecting other modules which rely on products. But we are getting there, although that is not a comprehensive list.
On Wed, Jun 24, 2015 at 11:23 AM, <postmaster@eldi.be> wrote:
You're mail will be quarantined and examined before delivery._______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe
Kundennummer
-
Margin Percentage on Quotation
durchSolve IT DWC LLC, Adrian Christopher Pipo-
Re: Margin Percentage on Quotation
durchOpen For Small Business Ltd, Graeme Gellatly -
-
Re: Margin Percentage on Quotation
durchFACTOR LIBRE SL, Carlos Liébana Anero -
Re: Margin Percentage on Quotation
durchOpen For Small Business Ltd, Graeme Gellatly -
-
-
-
-
-
-