Skip to content

Commit

Permalink
[IMP] partner_default_company: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bijaya committed Feb 14, 2025
1 parent 3b30c3e commit 959e31e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions account_invoice_hide_payment_button/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
{
"name": "Invoice hide payment button",
"summary": "This module hides payment button on invoices",
"version": "14.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Accounting",
"author": "NuoBiT Solutions, S.L., Eric Antones",
"website": "https://github.com/nuobit/odoo-addons",
"author": "NuoBiT Solutions SL, Eric Antones",
"website": "https://github.com/NuoBiT/odoo-addons",
"license": "AGPL-3",
"depends": ["account"],
"data": ["views/account_invoice_view.xml"],
Expand Down
3 changes: 3 additions & 0 deletions account_invoice_hide_payment_button/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
4 changes: 2 additions & 2 deletions partner_lang_required/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Partner language required

|badge1| |badge2| |badge3|

This module convert the lang partner attribute to required by adding
arestriction to it
This module convert the lang partner attribute to required by adding a
restriction to it

**Table of contents**

Expand Down
4 changes: 2 additions & 2 deletions partner_lang_required/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ <h1 class="title">Partner language required</h1>
!! source digest: sha256:bad01f3c88a6cffe5a9db6fb5cbbeb1188bd600f8c28504b4547c3dd74ccce4d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/NuoBiT/odoo-addons/tree/17.0/partner_lang_required"><img alt="NuoBiT/odoo-addons" src="https://img.shields.io/badge/github-NuoBiT%2Fodoo--addons-lightgray.png?logo=github" /></a></p>
<p>This module convert the lang partner attribute to required by adding
arestriction to it</p>
<p>This module convert the lang partner attribute to required by adding a
restriction to it</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down

0 comments on commit 959e31e

Please sign in to comment.