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

[17.0][MIG] account_multicompany_easy_creation: Migration to 17.0 #739

Open
wants to merge 16 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
dc8fe9a
[ADD] account_multicompany_easy_creation: New module (#87)
carlosdauden May 15, 2018
f3ab44e
[MIG] account_multicompany_easy_creation: Migration to 12.0
ernestotejeda Oct 11, 2019
f545350
[MIG] account_multicompany_easy_creation: Migration to v13.0
CarlosRoca13 May 11, 2020
0c2b1b2
[FIX] account_multicompany_easy_creation: Remove duplicate company cr…
victoralmau Sep 24, 2021
ca73679
[FIX] account_multicompany_easy_creation: Apply the accounting templa…
victoralmau Sep 29, 2021
67c67c2
[FIX] account_multicompany_easy_creation: Fix tests if l10n es previo…
victoralmau Oct 6, 2021
74c9f81
[IMP] account_multicompany_easy_creation: Improve set_product_taxes()…
victoralmau Oct 7, 2021
3209d96
[FIX] account_multicompany_easy_creation: match taxes by xml_id
chienandalu Oct 13, 2021
4ac5e06
[MIG] account_multicompany_easy_creation: Migration to 14.0
mariadforgeflow Oct 26, 2021
cc14f3b
[MIG] account_multicompany_easy_creation: Migation to 15.0
victoralmau Nov 15, 2022
6f3e17b
[MIG] account_multicompany_easy_creation: Migration to 16.0
Shide Jan 12, 2023
9266dfb
Translated using Weblate (Spanish)
Ivorra78 Aug 22, 2023
965a99b
Added translation using Weblate (Italian)
mymage Jan 19, 2024
50560e5
[FIX] account_multicompany_easy_creation: prevent AccessError if odoo…
legalsylvain Jun 5, 2024
87d0340
[IMP] account_multicompany_easy_creation: pre-commit auto fixes
victoralmau Dec 11, 2024
c4f56df
[MIG] account_multicompany_easy_creation: Migration to 17.0
victoralmau Dec 11, 2024
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
93 changes: 93 additions & 0 deletions account_multicompany_easy_creation/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
=============================
Quick Company Creation Wizard
=============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fc7ba2952d6a39f407b6bafa5b110d2d83130adae87e782228e2ba0dc1a3393e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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-OCA%2Fmulti--company-lightgray.png?logo=github
:target: https://github.com/OCA/multi-company/tree/17.0/account_multicompany_easy_creation
:alt: OCA/multi-company
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/multi-company-17-0/multi-company-17-0-account_multicompany_easy_creation
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/multi-company&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a wizard to easily create companies.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Go to Settings > Users and companies > Quick Company Creation
2. Fill fields and accept

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/multi-company/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/multi-company/issues/new?body=module:%20account_multicompany_easy_creation%0Aversion:%2017.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
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

- Carlos Dauden
- Ernesto Tejeda
- Carlos Roca
- Víctor Martínez

- `Moduon <https://www.moduon.team>`__:

- Eduardo de Miguel

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/multi-company <https://github.com/OCA/multi-company/tree/17.0/account_multicompany_easy_creation>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_multicompany_easy_creation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizards
14 changes: 14 additions & 0 deletions account_multicompany_easy_creation/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2018 Carlos Dauden - Tecnativa <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Quick Company Creation Wizard",
"summary": "This module adds a wizard to create companies easily",
"version": "17.0.1.0.0",
"category": "Multicompany",
"website": "https://github.com/OCA/multi-company",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": ["account"],
"data": ["wizards/multicompany_easy_creation.xml", "security/ir.model.access.csv"],
}
Loading
Loading