-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
12.0 wmc sale rules #459
base: 12.0
Are you sure you want to change the base?
12.0 wmc sale rules #459
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 installable module is updated:
└─ website_multi_company_separate_orders/
├─ README.rst
├─ __init__.py
├─ __manifest__.py
├─ controllers/
| ├─ __init__.py
| └─ main.py
├─ doc/
| ├─ changelog.rst
| └─ index.rst
├─ images/
| └─ website_multi_company_sale_main.png
├─ models/
| ├─ __init__.py
| ├─ product_public_category.py
| ├─ sale_order.py
| └─ website.py
├─ security/
| └─ website_multi_company_sale_security.xml
├─ static/
| ├─ description/
| | └─ icon.png
| └─ src/
| ├─ css/
| | └─ website_cart.css
| └─ js/
| └─ website_cart.js
└─ views/
├─ product_public_category_views.xml
├─ sale_views.xml
├─ templates.xml
└─ website_views.xml
Not installable modules remain unchanged.
sent by ✌️ Odoo Review Bot
`1.0.0` | ||
------- | ||
|
||
- Init version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has to be tested
website_multi_company_separate_orders/static/src/js/website_cart.js
Outdated
Show resolved
Hide resolved
bfd925d
to
a5f6748
Compare
@Ramil-Mukhametzyanov @KolushovAlexandr Хочу документацию накидать, можете сказать что делает модуль? |
|
||
* adds field ``website_ids`` to payment.acquirer | ||
* adds field ``website_ids`` to product.template | ||
* adds field ``website_ids`` to product.public.category |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Чем это отличается от https://github.com/itpp-labs/website-addons/tree/12.0/website_multi_company_sale ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ничем, видимо скопировано и не исправлено
Если кратко, то модуль позволяет разделять заказ основной компании на подзаказы у дочек в зависимости от принадлежности продуктов по компаниям. Точнее не помню |
No description provided.