diff --git a/deltatech_sms/views/iap_views.xml b/deltatech_sms/views/iap_views.xml
index 89d832f39f..c7b1653150 100644
--- a/deltatech_sms/views/iap_views.xml
+++ b/deltatech_sms/views/iap_views.xml
@@ -6,7 +6,9 @@
-
+
+
+
diff --git a/deltatech_sms_sale/README.rst b/deltatech_sms_sale/README.rst
index 1883b80220..5e6186c9aa 100644
--- a/deltatech_sms_sale/README.rst
+++ b/deltatech_sms_sale/README.rst
@@ -24,8 +24,8 @@ Deltatech SMS Sale
Features:
-- can send " We are glad to inform you that your order n° ' +
- object.name + ' has been confirmed.'" when you confirm or post sa SO
+- can send " We are glad to inform you that your order n° ' +
+ object.name + ' has been confirmed.'" when you confirm or post sa SO
**Table of contents**
diff --git a/deltatech_stock_account/README.rst b/deltatech_stock_account/README.rst
index 78a4084fb0..7707d8d1f2 100644
--- a/deltatech_stock_account/README.rst
+++ b/deltatech_stock_account/README.rst
@@ -24,8 +24,8 @@ Stock Account Extension
Features:
-- adds the stock valuation on the picking
-- display the stock valuation on the picking form
+- adds the stock valuation on the picking
+- display the stock valuation on the picking form
**Table of contents**
diff --git a/deltatech_stock_analytic/README.rst b/deltatech_stock_analytic/README.rst
index 9d6c18ae8e..8da39217a6 100644
--- a/deltatech_stock_analytic/README.rst
+++ b/deltatech_stock_analytic/README.rst
@@ -24,13 +24,13 @@ Deltatech stock move analytic
Features:
-- An analytic account can be assign to a stock location
-- At stock move confirmation, if both source and destination locations
- have analytics accounts set, two analytics line are created: one with
- plus (+) sign on the source location analytic and one with minus (-)
- sign on the destination location analytic.
-- The values for the analytic lines are computed from the stoc move
- price unit or, if not present, from the product cost price
+- An analytic account can be assign to a stock location
+- At stock move confirmation, if both source and destination locations
+ have analytics accounts set, two analytics line are created: one with
+ plus (+) sign on the source location analytic and one with minus (-)
+ sign on the destination location analytic.
+- The values for the analytic lines are computed from the stoc move
+ price unit or, if not present, from the product cost price
**Table of contents**
diff --git a/deltatech_stock_inventory/README.rst b/deltatech_stock_inventory/README.rst
index ddaa64e43c..f0af968db8 100644
--- a/deltatech_stock_inventory/README.rst
+++ b/deltatech_stock_inventory/README.rst
@@ -22,12 +22,12 @@ Stock Inventory
|badge1| |badge2| |badge3|
-- Features:
+- Features:
- - Adds the old stock.inventory model, with its functionalities
- - Display stock price column at inventory
- - Security group "Can update quantities" is added. Only users in
- this group can update product quantities
+ - Adds the old stock.inventory model, with its functionalities
+ - Display stock price column at inventory
+ - Security group "Can update quantities" is added. Only users in this
+ group can update product quantities
If system parameter "stock.use_inventory_price" is set to True, the cost
price of the product is updated with the price on the inventory line
diff --git a/deltatech_stock_inventory/models/stock_inventory.py b/deltatech_stock_inventory/models/stock_inventory.py
index 3f72684970..a50da5895b 100644
--- a/deltatech_stock_inventory/models/stock_inventory.py
+++ b/deltatech_stock_inventory/models/stock_inventory.py
@@ -1,14 +1,13 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import _, api, fields, models
+from odoo.addons.base.models.ir_model import MODULE_UNINSTALL_FLAG
from odoo.exceptions import UserError, ValidationError
from odoo.osv import expression
from odoo.tools import float_compare, float_is_zero
from odoo.tools.misc import OrderedSet
from odoo.tools.safe_eval import safe_eval
-from odoo.addons.base.models.ir_model import MODULE_UNINSTALL_FLAG
-
class Inventory(models.Model):
_name = "stock.inventory"
diff --git a/deltatech_stock_inventory/static/description/index.html b/deltatech_stock_inventory/static/description/index.html
index f62cdcad4f..3798c68da4 100644
--- a/deltatech_stock_inventory/static/description/index.html
+++ b/deltatech_stock_inventory/static/description/index.html
@@ -21,8 +21,8 @@ Stock Inventory
- Features:
- Adds the old stock.inventory model, with its functionalities
- Display stock price column at inventory
-- Security group “Can update quantities” is added. Only users in
-this group can update product quantities
+- Security group “Can update quantities” is added. Only users in this
+group can update product quantities
diff --git a/deltatech_stock_negative/README.rst b/deltatech_stock_negative/README.rst
index e601267280..397c0d9ba9 100644
--- a/deltatech_stock_negative/README.rst
+++ b/deltatech_stock_negative/README.rst
@@ -22,10 +22,10 @@ No Negative Stock
|badge1| |badge2| |badge3|
-- Features:
+- Features:
- - No negative stock for internal location
- - Allows negative stock at certain locations
+ - No negative stock for internal location
+ - Allows negative stock at certain locations
**Table of contents**
@@ -35,12 +35,12 @@ No Negative Stock
Usage
=====
-- Inventory -> Configuration -> Settings
-- Traceability -> Negative Stock
+- Inventory -> Configuration -> Settings
+- Traceability -> Negative Stock
|image1|
-- Inventory -> Configuration -> Location
+- Inventory -> Configuration -> Location
|image2|
diff --git a/deltatech_stock_report/README.rst b/deltatech_stock_report/README.rst
index f493acf2b4..75c2c764b3 100644
--- a/deltatech_stock_report/README.rst
+++ b/deltatech_stock_report/README.rst
@@ -22,9 +22,9 @@ Stock Reports
|badge1| |badge2| |badge3|
-- Features:
+- Features:
- - Report with positions from picking lists
+ - Report with positions from picking lists
**Table of contents**
diff --git a/deltatech_stock_report/report/monthly_stock_report.py b/deltatech_stock_report/report/monthly_stock_report.py
index d180aeab29..6f49990133 100644
--- a/deltatech_stock_report/report/monthly_stock_report.py
+++ b/deltatech_stock_report/report/monthly_stock_report.py
@@ -3,7 +3,6 @@
# See README.rst file on addons root folder for license details
from dateutil.relativedelta import relativedelta
-
from odoo import _, api, fields, models
# todo: de verificat ca sunt utilizate corect unitatile de masura!
diff --git a/deltatech_stock_reseller/README.rst b/deltatech_stock_reseller/README.rst
index e425b21ebf..d6449d0a5d 100644
--- a/deltatech_stock_reseller/README.rst
+++ b/deltatech_stock_reseller/README.rst
@@ -24,11 +24,11 @@ Stock Report Reseller
Features:
-- Report with positions from stock location, with pricelist
-- Choose stock location
-- Choose partner or pricelist for price computation
-- Two thresholds can be set for "text" quantities (i.e. Low stock,
- Limited stock, Stock) with their respective stock texts
+- Report with positions from stock location, with pricelist
+- Choose stock location
+- Choose partner or pricelist for price computation
+- Two thresholds can be set for "text" quantities (i.e. Low stock,
+ Limited stock, Stock) with their respective stock texts
**Table of contents**
diff --git a/deltatech_stock_sn/README.rst b/deltatech_stock_sn/README.rst
index 2c858f7499..5515910b36 100644
--- a/deltatech_stock_sn/README.rst
+++ b/deltatech_stock_sn/README.rst
@@ -24,9 +24,9 @@ Stock Serial Number
Features:
-- hides used lots
-- generates lot number at reception if / is used
-- generates warranty certificate
+- hides used lots
+- generates lot number at reception if / is used
+- generates warranty certificate
**Table of contents**
diff --git a/deltatech_stock_valuation/tests/test_stock_valuation.py b/deltatech_stock_valuation/tests/test_stock_valuation.py
index d9d1ee76f0..9ce8c39987 100644
--- a/deltatech_stock_valuation/tests/test_stock_valuation.py
+++ b/deltatech_stock_valuation/tests/test_stock_valuation.py
@@ -3,11 +3,9 @@
# See README.rst file on addons rcoot folder for license details
from dateutil.relativedelta import relativedelta
-
from odoo import Command, fields
-from odoo.tests import tagged
-
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
+from odoo.tests import tagged
@tagged("post_install", "-at_install")
diff --git a/deltatech_test_system/README.rst b/deltatech_test_system/README.rst
index 3342cf9970..5941651de2 100644
--- a/deltatech_test_system/README.rst
+++ b/deltatech_test_system/README.rst
@@ -24,8 +24,8 @@ Deltatech Test System
Features:
-- can neutralizes the DB in settings and adds a permanent banner up top
- to know the DB is a test DB
+- can neutralizes the DB in settings and adds a permanent banner up top
+ to know the DB is a test DB
**Table of contents**
diff --git a/deltatech_transfer_product_to_product/README.rst b/deltatech_transfer_product_to_product/README.rst
index 5f29bf0351..14f33a1a68 100644
--- a/deltatech_transfer_product_to_product/README.rst
+++ b/deltatech_transfer_product_to_product/README.rst
@@ -24,11 +24,11 @@ Transfer Product to Product
Features:
- - Adds the menu item "Transfer Product to Product" this button opens
- a wizard where you can select 2 products a location and a quantity
- and makes 2 internal moves between the location and inventory
- adjustment location so it adds X amount of product A and removes X
- quantity of product B.
+ - Adds the menu item "Transfer Product to Product" this button opens
+ a wizard where you can select 2 products a location and a quantity
+ and makes 2 internal moves between the location and inventory
+ adjustment location so it adds X amount of product A and removes X
+ quantity of product B.
**Table of contents**
diff --git a/deltatech_utils/README.rst b/deltatech_utils/README.rst
index 039302abb0..0c92b91e08 100644
--- a/deltatech_utils/README.rst
+++ b/deltatech_utils/README.rst
@@ -22,10 +22,10 @@ Deltatech Utils
|badge1| |badge2| |badge3|
-- Features:
+- Features:
- - remove unused files from filestore
- - delete view in cascade
+ - remove unused files from filestore
+ - delete view in cascade
**Table of contents**
diff --git a/deltatech_vendor_stock/README.rst b/deltatech_vendor_stock/README.rst
index a1f2e81d73..ee4fc4720c 100644
--- a/deltatech_vendor_stock/README.rst
+++ b/deltatech_vendor_stock/README.rst
@@ -24,9 +24,9 @@ Vendor Stock
Features:
-- Update available quantity at supplier in product base data
-- Display available quantity at supplier in sale order
-- Display icon with yellow if current quantity is zero but will come
+- Update available quantity at supplier in product base data
+- Display available quantity at supplier in sale order
+- Display icon with yellow if current quantity is zero but will come
**Table of contents**
diff --git a/deltatech_warehouse_arrangement/README.rst b/deltatech_warehouse_arrangement/README.rst
index 7a8fc84a1d..435ddc5a12 100644
--- a/deltatech_warehouse_arrangement/README.rst
+++ b/deltatech_warehouse_arrangement/README.rst
@@ -24,7 +24,7 @@ Deltatech Warehouse Arrangement
Features:
-- Manages warehouse locations, parallel to standard Odoo locations
+- Manages warehouse locations, parallel to standard Odoo locations
**Table of contents**
diff --git a/deltatech_watermark/README.rst b/deltatech_watermark/README.rst
index 5410a1edc7..8b63b08fe4 100644
--- a/deltatech_watermark/README.rst
+++ b/deltatech_watermark/README.rst
@@ -36,7 +36,7 @@ This field is used in other modules (deltatech_website_watermark)
Usage
=====
-- Go to: Setting -> General Settings - Business Documents
+- Go to: Setting -> General Settings - Business Documents
|image1|
diff --git a/deltatech_website_authentication_request/controllers/website_sale.py b/deltatech_website_authentication_request/controllers/website_sale.py
index a3b20dc975..0639743b50 100644
--- a/deltatech_website_authentication_request/controllers/website_sale.py
+++ b/deltatech_website_authentication_request/controllers/website_sale.py
@@ -3,7 +3,6 @@
# See README.rst file on addons root folder for license details
from odoo import http
-
from odoo.addons.website_sale.controllers.main import WebsiteSale as WebsiteSaleBase
diff --git a/deltatech_website_billing_addresses/README.rst b/deltatech_website_billing_addresses/README.rst
index 83a3ee9621..ede2108c28 100644
--- a/deltatech_website_billing_addresses/README.rst
+++ b/deltatech_website_billing_addresses/README.rst
@@ -24,13 +24,13 @@ Website Billing Addresses
Features:
-- Separate billing adresses in person/company adresses
-- Frontend users can create billing addresses connected to an existing
- partner
-- Wizard to create billing address for a user from an existing partner
- (backend)
-- Adress type field in partner (Contact, Company, Billing address,
- Shipping address)
+- Separate billing adresses in person/company adresses
+- Frontend users can create billing addresses connected to an existing
+ partner
+- Wizard to create billing address for a user from an existing partner
+ (backend)
+- Adress type field in partner (Contact, Company, Billing address,
+ Shipping address)
**Table of contents**
diff --git a/deltatech_website_billing_addresses/controllers/main.py b/deltatech_website_billing_addresses/controllers/main.py
index c6bbcaa9b6..c53dfa0450 100644
--- a/deltatech_website_billing_addresses/controllers/main.py
+++ b/deltatech_website_billing_addresses/controllers/main.py
@@ -3,11 +3,10 @@
# See README.rst file on addons root folder for license details
from odoo import _, http
-from odoo.http import request, route
-from odoo.osv import expression
-
from odoo.addons.payment.controllers import portal as payment_portal
from odoo.addons.website_sale.controllers.main import WebsiteSale
+from odoo.http import request, route
+from odoo.osv import expression
class WebsiteSaleBillingAddresses(WebsiteSale):
diff --git a/deltatech_website_billing_addresses/controllers/portal.py b/deltatech_website_billing_addresses/controllers/portal.py
index c1c21b3f5f..ad88c3b063 100644
--- a/deltatech_website_billing_addresses/controllers/portal.py
+++ b/deltatech_website_billing_addresses/controllers/portal.py
@@ -3,13 +3,11 @@
# See README.rst file on addons root folder for license details
from markupsafe import Markup
-
from odoo import _, http
-from odoo.http import request
-from odoo.osv import expression
-
from odoo.addons.portal.controllers import portal
from odoo.addons.portal.controllers.portal import pager as portal_pager
+from odoo.http import request
+from odoo.osv import expression
class CustomerPortal(portal.CustomerPortal):
diff --git a/deltatech_website_breadcrumb/README.rst b/deltatech_website_breadcrumb/README.rst
index 8519123b8f..156fe2febb 100644
--- a/deltatech_website_breadcrumb/README.rst
+++ b/deltatech_website_breadcrumb/README.rst
@@ -24,7 +24,7 @@ eCommerce Category Breadcrumb
Features:
-- adds breadcrumbs to the top of the page on website
+- adds breadcrumbs to the top of the page on website
**Table of contents**
diff --git a/deltatech_website_category/README.rst b/deltatech_website_category/README.rst
index 9484279312..48b187fc2c 100644
--- a/deltatech_website_category/README.rst
+++ b/deltatech_website_category/README.rst
@@ -24,7 +24,7 @@ eCommerce Product Category
Features:
-- Archive public categories
+- Archive public categories
.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
diff --git a/deltatech_website_category/models/product.py b/deltatech_website_category/models/product.py
index e80b50f2e9..a9272d9758 100644
--- a/deltatech_website_category/models/product.py
+++ b/deltatech_website_category/models/product.py
@@ -4,7 +4,6 @@
from odoo import api, fields, models
-
from odoo.addons.http_routing.models.ir_http import slug
diff --git a/deltatech_website_checkout_confirm/README.rst b/deltatech_website_checkout_confirm/README.rst
index aac0516e22..d370561ad1 100644
--- a/deltatech_website_checkout_confirm/README.rst
+++ b/deltatech_website_checkout_confirm/README.rst
@@ -24,7 +24,7 @@ eCommerce Checkout Confirm Order
Features:
--
+-
**Table of contents**
diff --git a/deltatech_website_checkout_confirm/controllers/website_sale.py b/deltatech_website_checkout_confirm/controllers/website_sale.py
index 7f4b17c0a5..655993c5f1 100644
--- a/deltatech_website_checkout_confirm/controllers/website_sale.py
+++ b/deltatech_website_checkout_confirm/controllers/website_sale.py
@@ -1,7 +1,6 @@
from odoo import http
-from odoo.http import request
-
from odoo.addons.website_sale.controllers.main import WebsiteSale
+from odoo.http import request
class WebsiteSaleCheckout(WebsiteSale):
diff --git a/deltatech_website_city/README.rst b/deltatech_website_city/README.rst
index ae55c17292..ad71bc7847 100644
--- a/deltatech_website_city/README.rst
+++ b/deltatech_website_city/README.rst
@@ -24,7 +24,7 @@ Website City
Features:
-- select city from the list in website
+- select city from the list in website
**Table of contents**
diff --git a/deltatech_website_city/controller/portal.py b/deltatech_website_city/controller/portal.py
index 7f4e6223c6..c0f671e635 100644
--- a/deltatech_website_city/controller/portal.py
+++ b/deltatech_website_city/controller/portal.py
@@ -3,9 +3,8 @@
# See README.rst file on addons root folder for license details
from odoo import http
-from odoo.http import request
-
from odoo.addons.portal.controllers.portal import CustomerPortal
+from odoo.http import request
class CustomerPortalCity(CustomerPortal):
diff --git a/deltatech_website_city/controller/website_sale.py b/deltatech_website_city/controller/website_sale.py
index 6e14c23e6b..4d797c258e 100644
--- a/deltatech_website_city/controller/website_sale.py
+++ b/deltatech_website_city/controller/website_sale.py
@@ -2,9 +2,8 @@
# Dorin Hongu
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
-from odoo.http import request, route
-
from odoo.addons.website_sale.controllers.main import WebsiteSale as Base
+from odoo.http import request, route
class WebsiteSale(Base):
diff --git a/deltatech_website_delivery_and_payment/README.rst b/deltatech_website_delivery_and_payment/README.rst
index 1c5f6757df..26e2aadb7a 100644
--- a/deltatech_website_delivery_and_payment/README.rst
+++ b/deltatech_website_delivery_and_payment/README.rst
@@ -24,11 +24,11 @@ Delivery and Payment
Features:
-- restrict payment selection by delivery method
-- restrict payment acquirers for partners (linked with logged in user)
- with certain label
-- restrict delivery methods for partners (linked with logged in user)
- with certain label
+- restrict payment selection by delivery method
+- restrict payment acquirers for partners (linked with logged in user)
+ with certain label
+- restrict delivery methods for partners (linked with logged in user)
+ with certain label
**Table of contents**
diff --git a/deltatech_website_disable_fuzzy_search/controllers/main.py b/deltatech_website_disable_fuzzy_search/controllers/main.py
index a14a6815e4..76aab211b8 100644
--- a/deltatech_website_disable_fuzzy_search/controllers/main.py
+++ b/deltatech_website_disable_fuzzy_search/controllers/main.py
@@ -3,7 +3,6 @@
# See README.rst file on addons root folder for license details
from odoo import http
-
from odoo.addons.website_sale.controllers import main
diff --git a/deltatech_website_phone_validation/controllers/portal.py b/deltatech_website_phone_validation/controllers/portal.py
index 1e2b58345c..fa46799b5f 100644
--- a/deltatech_website_phone_validation/controllers/portal.py
+++ b/deltatech_website_phone_validation/controllers/portal.py
@@ -2,10 +2,9 @@
# Dorin Hongu
+-
**Table of contents**
diff --git a/deltatech_work_days_report/README.rst b/deltatech_work_days_report/README.rst
index 9ebdaaa37c..946941ed72 100644
--- a/deltatech_work_days_report/README.rst
+++ b/deltatech_work_days_report/README.rst
@@ -22,16 +22,16 @@ Work Days Report
|badge1| |badge2| |badge3|
-- This module:
-
- - adds the field "code" in the Time Off Type form
- - in the employee menu in list view you can select employees then
- press "Action" -> "Export Working Days" to make an Excel file that
- contains the employees with their hours worked per day number of
- hours worked in total , the number of meal vouchers earn by the
- employee and see the days they were on time off
- - if the code field in Time Off Type form is empty the cell will
- have "ABS" instead of the type of time off code
+- This module:
+
+ - adds the field "code" in the Time Off Type form
+ - in the employee menu in list view you can select employees then
+ press "Action" -> "Export Working Days" to make an Excel file that
+ contains the employees with their hours worked per day number of
+ hours worked in total , the number of meal vouchers earn by the
+ employee and see the days they were on time off
+ - if the code field in Time Off Type form is empty the cell will have
+ "ABS" instead of the type of time off code
**Table of contents**
diff --git a/deltatech_work_days_report/static/description/index.html b/deltatech_work_days_report/static/description/index.html
index c4d4bf2dc2..0e4960fc5e 100644
--- a/deltatech_work_days_report/static/description/index.html
+++ b/deltatech_work_days_report/static/description/index.html
@@ -25,8 +25,8 @@ Work Days Report
contains the employees with their hours worked per day number of
hours worked in total , the number of meal vouchers earn by the
employee and see the days they were on time off
-if the code field in Time Off Type form is empty the cell will
-have “ABS” instead of the type of time off code
+if the code field in Time Off Type form is empty the cell will have
+“ABS” instead of the type of time off code
diff --git a/deltatech_work_days_report/wizard/export_working_days.py b/deltatech_work_days_report/wizard/export_working_days.py
index bbbda18167..0df5ad86cd 100644
--- a/deltatech_work_days_report/wizard/export_working_days.py
+++ b/deltatech_work_days_report/wizard/export_working_days.py
@@ -4,7 +4,6 @@
from io import BytesIO
import xlsxwriter
-
from odoo import _, fields, models
from odoo.exceptions import UserError