Skip to content

Commit

Permalink
fix if not product_id, code cleaning (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
danila12 authored Feb 11, 2025
1 parent bb9368b commit d6b2cbd
Show file tree
Hide file tree
Showing 154 changed files with 639 additions and 620 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ addon | version | maintainers | summary | price
[deltatech_test_system](deltatech_test_system/) | 17.0.0.0.3 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Utils | Free
[deltatech_transfer_product_to_product](deltatech_transfer_product_to_product/) | 17.0.0.0.1 | [![VoicuStefan2001](https://github.com/VoicuStefan2001.png?size=30px)](https://github.com/VoicuStefan2001) | Helps to transfer x quantity of product A and replace it with product B | Free
[deltatech_utils](deltatech_utils/) | 17.0.1.0.3 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Utils | Free
[deltatech_vendor_stock](deltatech_vendor_stock/) | 17.0.1.0.8 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Vendor stock availability | Free
[deltatech_vendor_stock](deltatech_vendor_stock/) | 17.0.1.0.9 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Vendor stock availability | Free
[deltatech_warehouse](deltatech_warehouse/) | 17.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | MRP Warehouse | Free
[deltatech_warehouse_access](deltatech_warehouse_access/) | 17.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Warehouse Access | Free
[deltatech_warehouse_arrangement](deltatech_warehouse_arrangement/) | 17.0.0.1.1 | | Manages warehouse locations, parallel to standard Odoo locations | Free
Expand Down
8 changes: 4 additions & 4 deletions deltatech_actions/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Deltatech Actions

Features:

- Search and delete duplicate xml anaf files (cron: Delete duplicate xml
attachments)
- Cancel sale order (including picking, stock moves and account moves
linked)
- Search and delete duplicate xml anaf files (cron: Delete duplicate
xml attachments)
- Cancel sale order (including picking, stock moves and account moves
linked)

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions deltatech_actions/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h1 class="title">Deltatech Actions</h1>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/17.0/deltatech_actions"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<p>Features:</p>
<ul class="simple">
<li>Search and delete duplicate xml anaf files (cron: Delete duplicate xml
attachments)</li>
<li>Search and delete duplicate xml anaf files (cron: Delete duplicate
xml attachments)</li>
<li>Cancel sale order (including picking, stock moves and account moves
linked)</li>
</ul>
Expand Down
22 changes: 11 additions & 11 deletions deltatech_alternative/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ Products Alternative

|badge1| |badge2| |badge3|

- Features:
- Features:

-
-

- New model: product_catelog for big master data of products
- New model: product_catelog for big master data of products

- generate new product from catalog: If the search for a product
by code does not return results, an additional search is made in
the product catalog and a product is automatically generated if
it has been found
- generate new product from catalog: If the search for a
product by code does not return results, an additional
search is made in the product catalog and a product is
automatically generated if it has been found

- A module that adds an alternative on the product form
- A module that adds an alternative on the product form

- Search product by alternative code
- Search product by alternative code

- A new product field (used for) to indicate what the product may be
used for
- A new product field (used for) to indicate what the product may be
used for

Camp adaugat in produs search_index in care se face cautarea daca este
setat paramentrul deltatech_alternative_website.search_index
Expand Down
8 changes: 4 additions & 4 deletions deltatech_alternative/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ <h1 class="title">Products Alternative</h1>
<li>Features:<ul>
<li><ul class="first">
<li>New model: product_catelog for big master data of products<ul>
<li>generate new product from catalog: If the search for a product
by code does not return results, an additional search is made in
the product catalog and a product is automatically generated if
it has been found</li>
<li>generate new product from catalog: If the search for a
product by code does not return results, an additional
search is made in the product catalog and a product is
automatically generated if it has been found</li>
</ul>
</li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions deltatech_average_payment_period/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Deltatech Average Payment Period

Features:

- it computes average duration of cash accounting:
- Payment Days: diference between invoice date and payment date,
weighted by the amount
- Payment days simple: diference between invoice date and payment date,
only for supplier and client invoices, without credit notes
- it computes average duration of cash accounting:
- Payment Days: diference between invoice date and payment date,
weighted by the amount
- Payment days simple: diference between invoice date and payment date,
only for supplier and client invoices, without credit notes

**Table of contents**

Expand Down
28 changes: 14 additions & 14 deletions deltatech_business_process/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ Business process

|badge1| |badge2| |badge3|

- Features:
- Adds the app "Business Process" to the menu
- Can create projects for different purposes
- For each project, you can create processes with steps
- For each process you can generate tests to be executed by the users
- Permits export(From business process list view action menu) with
different options(tests, responsible, customer, support) as JSON
- Can import the JSON file on the Project form action menu
- Can crate Zones that serves as category for each business process
- *IMPORTANT!* when importing/exporting make sure the name for the
responsible/customer responsible/support are the same in *BOTH*
databases or the import will create duplicate contacts(if one contact
is missing in the second DB it will pe created with the name from the
first)
- Features:
- Adds the app "Business Process" to the menu
- Can create projects for different purposes
- For each project, you can create processes with steps
- For each process you can generate tests to be executed by the users
- Permits export(From business process list view action menu) with
different options(tests, responsible, customer, support) as JSON
- Can import the JSON file on the Project form action menu
- Can crate Zones that serves as category for each business process
- *IMPORTANT!* when importing/exporting make sure the name for the
responsible/customer responsible/support are the same in *BOTH*
databases or the import will create duplicate contacts(if one contact
is missing in the second DB it will pe created with the name from the
first)

**Table of contents**

Expand Down
6 changes: 3 additions & 3 deletions deltatech_business_process_documentation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Business process documentation

Features:

-
-

**Table of contents**

Expand Down Expand Up @@ -52,9 +52,9 @@ Authors
Contributors
------------

- `NextERP Romania <https://www.nexterp.ro>`__:
- `NextERP Romania <https://www.nexterp.ro>`__:

- Fekete Mihai <[email protected]>
- Fekete Mihai <[email protected]>

Do not contact contributors directly about support or help with
technical issues.
Expand Down
4 changes: 2 additions & 2 deletions deltatech_card_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Deltatech Payment Method Card

|badge1| |badge2| |badge3|

- Features:
- Features:

- add payment method card
- add payment method card

**Table of contents**

Expand Down
6 changes: 3 additions & 3 deletions deltatech_cash/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Cash In / Out

(Obsolete)

- Features:
- Features:

- specify account for cash deposit/withdrawal at the cash registry
- specificare cont la depunere/retragenere numerar din casa
- specify account for cash deposit/withdrawal at the cash registry
- specificare cont la depunere/retragenere numerar din casa

**Table of contents**

Expand Down
9 changes: 5 additions & 4 deletions deltatech_contact/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ Deltatech Contacts

Features:

- This module adds aditional fields in contacts: birthdate, CNP,
identity card number
- if system parameter "contact.get_name_only" is set, \_get_contact_name
functions returns only the contact's name (without parent)
- This module adds aditional fields in contacts: birthdate, CNP,
identity card number
- if system parameter "contact.get_name_only" is set,
\_get_contact_name functions returns only the contact's name (without
parent)

**Table of contents**

Expand Down
5 changes: 3 additions & 2 deletions deltatech_contact/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ <h1 class="title">Deltatech Contacts</h1>
<ul class="simple">
<li>This module adds aditional fields in contacts: birthdate, CNP,
identity card number</li>
<li>if system parameter “contact.get_name_only” is set, _get_contact_name
functions returns only the contact’s name (without parent)</li>
<li>if system parameter “contact.get_name_only” is set,
_get_contact_name functions returns only the contact’s name (without
parent)</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand Down
4 changes: 2 additions & 2 deletions deltatech_credentials/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Credentials

Features:

- Adds the "Credentials" tab under Settings/Users &
Companies/Credentials
- Adds the "Credentials" tab under Settings/Users &
Companies/Credentials

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions deltatech_data_sheet/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Product Data Sheet

Features:

- Adds the fields "Data Sheet Attachment" and "Safety Data Sheet" on the
product template Sale tab for pdf files
- Adds the fields "Data Sheet Attachment" and "Safety Data Sheet" on
the product template Sale tab for pdf files

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions deltatech_data_sheet/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h1 class="title">Product Data Sheet</h1>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/17.0/deltatech_data_sheet"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<p>Features:</p>
<ul class="simple">
<li>Adds the fields “Data Sheet Attachment” and “Safety Data Sheet” on the
product template Sale tab for pdf files</li>
<li>Adds the fields “Data Sheet Attachment” and “Safety Data Sheet” on
the product template Sale tab for pdf files</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand Down
6 changes: 3 additions & 3 deletions deltatech_data_sheet_website/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Product Data Sheet Website

Features:

- adds the buttons "Show Data Sheet" and "Show Safety Data Sheet" on the
website product view, the buttons permit the view of the data sheets
associated with the product template.
- adds the buttons "Show Data Sheet" and "Show Safety Data Sheet" on
the website product view, the buttons permit the view of the data
sheets associated with the product template.

**Table of contents**

Expand Down
6 changes: 3 additions & 3 deletions deltatech_data_sheet_website/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ <h1 class="title">Product Data Sheet Website</h1>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/17.0/deltatech_data_sheet_website"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<p>Features:</p>
<ul class="simple">
<li>adds the buttons “Show Data Sheet” and “Show Safety Data Sheet” on the
website product view, the buttons permit the view of the data sheets
associated with the product template.</li>
<li>adds the buttons “Show Data Sheet” and “Show Safety Data Sheet” on
the website product view, the buttons permit the view of the data
sheets associated with the product template.</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand Down
6 changes: 3 additions & 3 deletions deltatech_dc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Declaration of Conformity

|badge1| |badge2| |badge3|

- Features:
- Features:

- Declaration of Conformity
- Declaration of Conformity printing at billing
- Declaration of Conformity
- Declaration of Conformity printing at billing

**Table of contents**

Expand Down
6 changes: 3 additions & 3 deletions deltatech_delivery_status/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Deltatech Delivery Status

|badge1| |badge2| |badge3|

- Features:
- Features:

- delivery status
- Stare livare
- delivery status
- Stare livare

**Table of contents**

Expand Down
8 changes: 4 additions & 4 deletions deltatech_expenses/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Expenses Deduction

Features:

- Introducerea decontului de cheltuieli intr-un document distict ce
genereaza automat chitante de achizitie
- Validarea documentului duce la generarea notelor contabile de avans si
inegistrarea platilor
- Introducerea decontului de cheltuieli intr-un document distict ce
genereaza automat chitante de achizitie
- Validarea documentului duce la generarea notelor contabile de avans
si inegistrarea platilor

In registrul de numerat trebue completat campul Cash advances cu 542.

Expand Down
4 changes: 2 additions & 2 deletions deltatech_expenses/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h1 class="title">Expenses Deduction</h1>
<ul class="simple">
<li>Introducerea decontului de cheltuieli intr-un document distict ce
genereaza automat chitante de achizitie</li>
<li>Validarea documentului duce la generarea notelor contabile de avans si
inegistrarea platilor</li>
<li>Validarea documentului duce la generarea notelor contabile de avans
si inegistrarea platilor</li>
</ul>
<p>In registrul de numerat trebue completat campul Cash advances cu 542.</p>
<p><strong>Table of contents</strong></p>
Expand Down
6 changes: 3 additions & 3 deletions deltatech_fast_sale/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Fast Sale

|badge1| |badge2| |badge3|

- Features:
- Features:

- Button in sale order to make the steps of confirmation, delivery and
billing
- Button in sale order to make the steps of confirmation, delivery
and billing

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions deltatech_fast_sale/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h1 class="title">Fast Sale</h1>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/17.0/deltatech_fast_sale"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<ul class="simple">
<li>Features:<ul>
<li>Button in sale order to make the steps of confirmation, delivery and
billing</li>
<li>Button in sale order to make the steps of confirmation, delivery
and billing</li>
</ul>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions deltatech_fleet_geo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Deltatech Fleet Geo

Feature:

- add Latitude, Longitude and Radius inside the fleet location and fleet
route
- add Latitude, Longitude and Radius inside the fleet location and
fleet route

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions deltatech_fleet_geo/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h1 class="title">Deltatech Fleet Geo</h1>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/17.0/deltatech_fleet_geo"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<p>Feature:</p>
<ul class="simple">
<li>add Latitude, Longitude and Radius inside the fleet location and fleet
route</li>
<li>add Latitude, Longitude and Radius inside the fleet location and
fleet route</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand Down
2 changes: 1 addition & 1 deletion deltatech_generic_partner_restriction/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Deltatech Generic Partner Restriction

Features:

-
-

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions deltatech_gln/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Deltatech Partner GLN

Features:

- This module adds field for GLN (Global Location Number) in partner
form.
- This module adds field for GLN (Global Location Number) in partner
form.

**Table of contents**

Expand Down
Loading

0 comments on commit d6b2cbd

Please sign in to comment.