https://github.com/opusvl/odoo-sale-extras
Extra features for sales management, for example template quotations.
https://github.com/opusvl/odoo-sale-extras
Last synced: about 2 months ago
JSON representation
Extra features for sales management, for example template quotations.
- Host: GitHub
- URL: https://github.com/opusvl/odoo-sale-extras
- Owner: OpusVL
- License: agpl-3.0
- Created: 2015-01-05T10:26:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T11:59:59.000Z (over 4 years ago)
- Last Synced: 2025-01-20T17:34:51.932Z (over 1 year ago)
- Language: Python
- Size: 82 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
odoo-sale-extras
================
# sale\_template\_quotation
Allow quotations to be frozen for use as templates.
A new button is added to the Quotation screen, "Convert to Template", which
freezes the quotation preventing it from being edited or converted to a sales
order.
A new Quotation Reference field is also created which must be filled in
before conversion to a template.
# sale\_list\_client\_order\_ref
Display the client order reference (Reference/Description) field in sales order
and quotation list views, and allow searching on that field.
# sale\_printout\_split\_sku
Install this to print the product SKU in a separate `Code No` column on the left of Description,
instead of the usual format of `[SKU] Description`
This works very well with Odoo 8.0's stock sale order/quotation printout templates,
but if you customise the base template then your mileage may vary with this,
and you may wish to use the module `sale_order_split_sku_fields` instead and specify
the columns as you wish in your custom template.
# sale\_order\_split\_sku\_fields
This provides the fields on the `sale.order` model used by `sale_printout_split_sku`,
also allowing you to use those separated fields with your own custom sale order report
templates.
Provides the following fields on the `sale.order` model:
* `product_sku`
* `description_without_sku`
# sale\_customer\_specific
Customer-specific products.
Adds to the Product form's Sale tab a tickbox 'Is customer specific', which if ticked will only allow
the product to be added to sale orders for specific customers, listed in the 'Allowed customers' field.
# sale\_product\_variant\_selection\_assistant
Adds extra options to the Order Line form which is accessed from the Sale Order form.
Fill in the Product Template option and you will be presented with a table of attributes that are applicable to
that product.
Fill in all of the attributes, and click out of the table, and the Product field will be filled in for you
assuming you have selected a set of attribute values that uniquely identify a variant.
# Copyright and License
Copyright (C) 2016 OpusVL
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
If you require assistance, support, or further development of this
software, please contact OpusVL using the details below:
* Telephone: +44 (0)1788 298 410
* Email: community@opusvl.com
* Web: http://opusvl.com