-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '14.0' into 14.0-imp-stock_buffer_route
- Loading branch information
Showing
108 changed files
with
7,189 additions
and
578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ __pycache__/ | |
*.py[cod] | ||
/.venv | ||
/.pytest_cache | ||
/.ruff_cache | ||
|
||
# C extensions | ||
*.so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<record id="res_partner_forgeflow" model="res.partner"> | ||
<field name="name">ForgeFlow</field> | ||
<field name="is_company">1</field> | ||
<field name="company_id" ref="base.main_company" /> | ||
<field name="email">[email protected]</field> | ||
<field name="street">Rambla de Catalunya</field> | ||
<field name="city">Barcelona</field> | ||
<field name="zip">08008</field> | ||
<field name="website">https://www.forgeflow.com</field> | ||
<field name="country_id" ref="base.es" /> | ||
<field | ||
name="image_1920" | ||
type="base64" | ||
file="ddmrp/static/img/res_partner_forgeflow-image.png" | ||
/> | ||
</record> | ||
</data> | ||
<odoo noupdate="1"> | ||
<record id="res_partner_forgeflow" model="res.partner"> | ||
<field name="name">ForgeFlow</field> | ||
<field name="is_company">1</field> | ||
<field name="company_id" ref="base.main_company" /> | ||
<field name="email">[email protected]</field> | ||
<field name="street">Rambla de Catalunya</field> | ||
<field name="city">Barcelona</field> | ||
<field name="zip">08008</field> | ||
<field name="website">https://www.forgeflow.com</field> | ||
<field name="country_id" ref="base.es" /> | ||
<field | ||
name="image_1920" | ||
type="base64" | ||
file="ddmrp/static/img/res_partner_forgeflow-image.png" | ||
/> | ||
</record> | ||
</odoo> |
Oops, something went wrong.