Skip to content
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 account invoice date required #1177

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.14.0
_commit: v1.14.2
_src_path: https://github.com/OCA/oca-addons-repo-template.git
ci: GitHub
dependency_installation_mode: PIP
Expand All @@ -14,7 +14,8 @@ include_wkhtmltopdf: false
odoo_version: 12.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
rebel_module_groups:
- account_invoice_date_required
repo_description: Account invoicing modules for Odoo
repo_name: Account Invoicing
repo_slug: account-invoicing
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,18 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo12.0:latest
include: "account_invoice_date_required"
makepot: "false"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
include: "account_invoice_date_required"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo12.0:latest
exclude: "account_invoice_date_required"
makepot: "false"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
exclude: "account_invoice_date_required"
name: test with OCB
services:
postgres:
Expand All @@ -49,6 +58,9 @@ jobs:
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
INCLUDE: "${{ matrix.include }}"
EXCLUDE: "${{ matrix.exclude }}"
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude: |
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
python: python3
python: python3.6
repos:
- repo: https://github.com/oca/maintainer-tools
rev: ab1d7f6
Expand All @@ -38,7 +38,6 @@ repos:
rev: v3.4.1
hooks:
- id: flake8
language_version: python3.6
name: flake8 excluding __init__.py
exclude: __init__\.py
- repo: https://github.com/pre-commit/mirrors-pylint
Expand Down
59 changes: 59 additions & 0 deletions account_invoice_date_required/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
=====================
Invoice date required
=====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-coopiteasy%2Fobeesdoo-lightgray.png?logo=github
:target: https://github.com/coopiteasy/obeesdoo/tree/12.0/account_invoice_date_required
:alt: coopiteasy/obeesdoo

|badge1| |badge2| |badge3|

- Makes date_invoice field required in account.invoice_form and account.invoice_supplier_form

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/coopiteasy/obeesdoo/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/coopiteasy/obeesdoo/issues/new?body=module:%20account_invoice_date_required%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Beescoop - Cellule IT
* Coop IT Easy SCRLfs

Contributors
~~~~~~~~~~~~

* Beescoop - Cellule IT
* Coop IT Easy SCRLfs

Maintainers
~~~~~~~~~~~

This module is part of the `coopiteasy/obeesdoo <https://github.com/coopiteasy/obeesdoo/tree/12.0/account_invoice_date_required>`_ project on GitHub.

You are welcome to contribute.
Empty file.
26 changes: 26 additions & 0 deletions account_invoice_date_required/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2017 - 2020 BEES coop SCRLfs
# - Rémy Taymans <remy@coopiteasy.be>
# - Vincent Van Rossem <vincent@coopiteasy.be>
# - Elise Dupont
# - Augustin Borsu
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Invoice date required",
"summary": """
Makes date_invoice field required in account.invoice_form and
account.invoice_supplier_form
""",
"author": """
Beescoop - Cellule IT,
Coop IT Easy SCRLfs,
Odoo Community Association (OCA)
""",
"website": "https://github.com/OCA/account-invoicing",
"category": "Account Module",
"version": "12.0.1.1.0",
"depends": ["account"],
"data": [
"views/account_invoice.xml",
],
"license": "AGPL-3",
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

2 changes: 2 additions & 0 deletions account_invoice_date_required/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Beescoop - Cellule IT
* Coop IT Easy SCRLfs
1 change: 1 addition & 0 deletions account_invoice_date_required/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Makes date_invoice field required in account.invoice_form and account.invoice_supplier_form
Loading
Loading