Skip to content

Commit

Permalink
Merge branch '14.0' of github.com:OCA/account-financial-tools into 14…
Browse files Browse the repository at this point in the history
….0-add-account_asset_stock_move
  • Loading branch information
ps-tubtim committed Mar 21, 2022
2 parents 3d49bf1 + 7d6c67a commit a2e4213
Show file tree
Hide file tree
Showing 741 changed files with 129,348 additions and 3,449 deletions.
5 changes: 3 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.1.4
_commit: v1.3.6
_src_path: gh:oca/oca-addons-repo-template
ci: Travis
dependency_installation_mode: PIP
generate_requirements_txt: true
include_wkhtmltopdf: false
odoo_version: 14.0
rebel_module_groups: []
repo_description: "TODO: add repo description."
repo_description: 'TODO: add repo description.'
repo_name: account-financial-tools
repo_slug: account-financial-tools
travis_apt_packages: []
Expand Down
9 changes: 8 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
env:
browser: true
es6: true

# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
ecmaVersion: 2017

overrides:
- files:
- "**/*.esm.js"
parserOptions:
sourceType: module

# Globals available in Odoo that shouldn't produce errorings
globals:
_: readonly
Expand All @@ -14,7 +21,7 @@ globals:
moment: readonly
odoo: readonly
openerp: readonly
Promise: readonly
owl: readonly

# Styling is handled by Prettier, so we only need to enable AST rules;
# see https://github.com/OCA/maintainer-quality-tools/pull/618#issuecomment-558576890
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
# The pylint-odoo version we use here does not support python 3.10
# https://github.com/OCA/oca-addons-repo-template/issues/80
# We also need to pin to an older version of python for older odoo versions
# where we are not using black > 21. Older black versions won't work with
# Python 3.9.8+, and we can't bump black without reformatting.
python-version: "3.9.7"
- uses: pre-commit/[email protected]
69 changes: 69 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 12 * * 0"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Stale PRs and issues policy
uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# General settings.
ascending: true
remove-stale-when-updated: true
# Pull Requests settings.
# 120+30 day stale policy for PRs
# * Except PRs marked as "no stale"
days-before-pr-stale: 120
days-before-pr-close: 30
exempt-pr-labels: "no stale"
stale-pr-label: "stale"
stale-pr-message: >
There hasn't been any activity on this pull request in the past 4 months, so
it has been marked as stale and it will be closed automatically if no
further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply
the "no stale" label.
# Issues settings.
# 180+30 day stale policy for open issues
# * Except Issues marked as "no stale"
days-before-issue-stale: 180
days-before-issue-close: 30
exempt-issue-labels: "no stale,needs more information"
stale-issue-label: "stale"
stale-issue-message: >
There hasn't been any activity on this issue in the past 6 months, so it has
been marked as stale and it will be closed automatically if no further
activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to
apply the "no stale" label.
# 15+30 day stale policy for issues pending more information
# * Issues that are pending more information
# * Except Issues marked as "no stale"
- name: Needs more information stale issues policy
uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ascending: true
only-labels: "needs more information"
exempt-issue-labels: "no stale"
days-before-stale: 15
days-before-close: 30
days-before-pr-stale: -1
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
stale-issue-message: >
This issue needs more information and there hasn't been any activity
recently, so it has been marked as stale and it will be closed automatically
if no further activity occurs in the next 30 days.
If you think this is a mistake, please ask a PSC member to remove the "needs
more information" label.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: |
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
# We don't want to mess with tool-generated files
.svg$|/tests/([^/]+/)?cassettes/|
.svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|^.github/|
# Maybe reactivate this when all README files include prettier ignore tags?
^README\.md$|
# Library files can have extraneous formatting (even minimized)
Expand Down
10 changes: 0 additions & 10 deletions CONTRIBUTING.md

This file was deleted.

25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,37 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_asset_management](account_asset_management/) | 14.0.2.2.1 | | Assets Management
[account_asset_management](account_asset_management/) | 14.0.2.6.1 | | Assets Management
[account_asset_management_menu](account_asset_management_menu/) | 14.0.1.0.0 | | Assets Management Menu
[account_asset_transfer](account_asset_transfer/) | 14.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Asset Transfer from AUC to Asset
[account_balance_line](account_balance_line/) | 14.0.1.0.0 | | Display balance totals in move line view
[account_chart_update](account_chart_update/) | 14.0.1.0.0 | | Wizard to update a company's account chart from a template
[account_check_deposit](account_check_deposit/) | 14.0.1.0.0 | | Manage deposit of checks to the bank
[account_cash_deposit](account_cash_deposit/) | 14.0.1.0.0 | | Manage cash deposits and cash orders
[account_chart_update](account_chart_update/) | 14.0.2.0.2 | | Wizard to update a company's account chart from a template
[account_check_deposit](account_check_deposit/) | 14.0.1.0.1 | | Manage deposit of checks to the bank
[account_fiscal_month](account_fiscal_month/) | 14.0.1.0.0 | | Provide a fiscal month date range type
[account_fiscal_position_vat_check](account_fiscal_position_vat_check/) | 14.0.1.0.0 | | Check VAT on invoice validation
[account_fiscal_year](account_fiscal_year/) | 14.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year
[account_fiscal_year](account_fiscal_year/) | 14.0.1.1.1 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year
[account_invoice_constraint_chronology](account_invoice_constraint_chronology/) | 14.0.1.0.0 | | Account Invoice Constraint Chronology
[account_journal_lock_date](account_journal_lock_date/) | 14.0.1.0.0 | | Lock each journal independently
[account_lock_date_update](account_lock_date_update/) | 14.0.1.0.0 | | Allow an Account adviser to update locking date without having access to all technical settings
[account_loan](account_loan/) | 14.0.1.0.2 | | Account Loan management
[account_lock_date_update](account_lock_date_update/) | 14.0.2.0.0 | | Allow an Account adviser to update locking date without having access to all technical settings
[account_lock_to_date](account_lock_to_date/) | 14.0.1.0.0 | | Allows to set an account lock date in the future.
[account_menu](account_menu/) | 14.0.1.1.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module
[account_move_budget](account_move_budget/) | 14.0.1.0.0 | | Create Accounting Budgets
[account_move_force_removal](account_move_force_removal/) | 14.0.1.0.0 | | Allow force removal account moves
[account_move_line_menu](account_move_line_menu/) | 14.0.1.0.0 | | Adds a Journal Items menu
[account_move_line_purchase_info](account_move_line_purchase_info/) | 14.0.1.0.2 | | Introduces the purchase order line to the journal items
[account_move_line_sale_info](account_move_line_sale_info/) | 14.0.1.0.1 | | Introduces the purchase order line to the journal items
[account_move_line_tax_editable](account_move_line_tax_editable/) | 14.0.1.1.0 | | Allows to edit taxes on non-posted account move lines
[account_move_print](account_move_print/) | 14.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries
[account_move_template](account_move_template/) | 14.0.1.1.0 | | Templates for recurring Journal Entries
[account_netting](account_netting/) | 14.0.1.0.0 | | Compensate AR/AP accounts from the same partner
[account_no_default](account_no_default/) | 14.0.1.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Remove default expense account for vendor bills journal
[account_sequence_option](account_sequence_option/) | 14.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Manage sequence options for account.move, i.e., invoice, bill, entry
[account_template_active](account_template_active/) | 14.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow to disable / enable account template items (tax, fiscal position, account)
[base_vat_optional_vies](base_vat_optional_vies/) | 14.0.1.0.0 | | Optional validation of VAT via VIES
[base_vat_optional_vies](base_vat_optional_vies/) | 14.0.1.0.1 | | Optional validation of VAT via VIES
[product_category_tax](product_category_tax/) | 14.0.1.0.0 | | Configure taxes in the product category
[stock_account_prepare_anglo_saxon_out_lines_hook](stock_account_prepare_anglo_saxon_out_lines_hook/) | 14.0.1.0.4 | | Modify when and how anglo saxon journal items are created

[//]: # (end addons)

Expand Down
15 changes: 13 additions & 2 deletions account_asset_management/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Assets Management
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
:alt: Mature
.. |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
Expand Down Expand Up @@ -63,6 +63,12 @@ Changelog

* [BREAKING] Removed all functionality associated with `account.fiscal.year`

13.0.3.0.0 (2021-07-06)
~~~~~~~~~~~~~~~~~~~~~~~

* Allow to reverse the posting of a depreciation line instead of deleting the
journal entry.

13.0.2.0.0 (2021-02-19)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -135,6 +141,11 @@ Contributors
* João Marques
* Víctor Martínez

* `ForgeFlow <https://www.forgeflow.com>`_:

* Jordi Ballester <[email protected]>
* Miquel Raïch <[email protected]>

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

Expand Down
4 changes: 3 additions & 1 deletion account_asset_management/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

{
"name": "Assets Management",
"version": "14.0.2.2.1",
"version": "14.0.2.6.1",
"license": "AGPL-3",
"depends": ["account", "report_xlsx_helper"],
"excludes": ["account_asset"],
"development_status": "Mature",
"external_dependencies": {"python": ["python-dateutil"]},
"author": "Noviat, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
Expand All @@ -27,5 +28,6 @@
"views/menuitem.xml",
"data/cron.xml",
"wizard/wiz_account_asset_report.xml",
"wizard/wiz_asset_move_reverse.xml",
],
}
Loading

0 comments on commit a2e4213

Please sign in to comment.