Merge branch '2.0-fixed' into '2.0'

2.0 fixed

See merge request flectra-community/server-ux!3
This commit is contained in:
Renzo Meister 2023-01-20 09:49:25 +00:00
commit aa2854ab96
405 changed files with 45060 additions and 3594 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,26 +9,36 @@ Available addons
addon | version | summary
--- | --- | ---
[base_cancel_confirm](base_cancel_confirm/) | 2.0.1.0.2| Base Cancel Confirm
[base_technical_features](base_technical_features/) | 2.0.1.1.0| Access to technical features without activating debug mode
[base_menu_visibility_restriction](base_menu_visibility_restriction/) | 2.0.1.0.0| Restrict (with groups) menu visibilty
[mass_editing](mass_editing/) | 2.0.1.0.1| Mass Editing
[base_optional_quick_create](base_optional_quick_create/) | 2.0.1.0.0| Avoid "quick create" on m2o fields, on a "by model" basis
[base_tier_validation_report](base_tier_validation_report/) | 2.0.1.0.0| Reports related to tier validation
[base_cancel_confirm](base_cancel_confirm/) | 2.0.1.0.3| Base Cancel Confirm
[base_substate](base_substate/) | 2.0.1.0.0| Base Sub State
[base_search_custom_field_filter](base_search_custom_field_filter/) | 2.0.1.1.0| Add custom filters for fields via UI
[filter_multi_user](filter_multi_user/) | 2.0.1.0.0| Allows to share user-defined filters filters among several users.
[barcode_action](barcode_action/) | 2.0.1.0.0| Allows to use barcodes as a launcher
[base_tier_validation_server_action](base_tier_validation_server_action/) | 2.0.1.1.0| Add option to call server action when a tier is validated
[base_tier_validation](base_tier_validation/) | 2.0.2.3.0| Implement a validation process based on tiers.
[document_quick_access](document_quick_access/) | 2.0.1.0.0| Document quick access
[base_export_manager](base_export_manager/) | 2.0.1.0.1| Manage model export profiles
[sequence_check_digit](sequence_check_digit/) | 2.0.1.0.0| Adds a check digit on sequences
[base_tier_validation_formula](base_tier_validation_formula/) | 2.0.2.0.0| Formulas for Base tier validation
[sequence_reset_period](sequence_reset_period/) | 2.0.1.0.0| Auto-generate yearly/monthly/weekly/daily sequence period ranges
[base_search_custom_field_filter](base_search_custom_field_filter/) | 2.0.1.0.0| Add custom filters for fields via UI
[date_range](date_range/) | 2.0.2.0.2| Manage all kind of date range
[base_tier_validation_forward](base_tier_validation_forward/) | 2.0.1.0.2| Forward option for base tiers
[default_multi_user](default_multi_user/) | 2.0.1.0.0| Allows to share user-defined defaults among several users.
[base_revision](base_revision/) | 2.0.1.0.1| Keep track of revised document
[multi_step_wizard](multi_step_wizard/) | 2.0.1.0.0| Multi-Steps Wizards
[base_import_security_group](base_import_security_group/) | 2.0.1.0.0| Group-based permissions for importing CSV files
[sequence_reset_period](sequence_reset_period/) | 2.0.1.0.0| Auto-generate yearly/monthly/weekly/daily sequence period ranges
[base_menu_visibility_restriction](base_menu_visibility_restriction/) | 2.0.1.0.0| Restrict (with groups) menu visibilty
[multi_step_wizard](multi_step_wizard/) | 2.0.1.0.0| Multi-Steps Wizards
[mass_operation_abstract](mass_operation_abstract/) | 2.0.1.0.2| Abstract Tools used for modules that realize operation on many items
[base_revision](base_revision/) | 2.0.1.1.0| Keep track of revised document
[document_quick_access](document_quick_access/) | 2.0.1.0.0| Document quick access
[base_tier_validation_forward](base_tier_validation_forward/) | 2.0.1.0.2| Forward option for base tiers
[base_technical_features](base_technical_features/) | 2.0.1.1.1| Access to technical features without activating debug mode
[base_tier_validation_formula](base_tier_validation_formula/) | 2.0.2.0.1| Formulas for Base tier validation
[mass_editing](mass_editing/) | 2.0.1.1.0| Mass Editing
[date_range](date_range/) | 2.0.2.1.1| Manage all kind of date range
[chained_swapper](chained_swapper/) | 2.0.1.0.0| Chained Swapper
[date_range_account](date_range_account/) | 2.0.1.0.0| Add Date Range menu entry in Invoicing app
[base_export_manager](base_export_manager/) | 2.0.1.0.1| Manage model export profiles
[sequence_range_end](sequence_range_end/) | 2.0.1.0.0| Sequence prefix/suffix option, 'range_end_', to use the beginning of the range
[base_tier_validation_server_action](base_tier_validation_server_action/) | 2.0.1.1.2| Add option to call server action when a tier is validated
[base_custom_filter](base_custom_filter/) | 2.0.1.0.0| Add custom filters in standard filters and group by dropdowns
[sequence_check_digit](sequence_check_digit/) | 2.0.1.0.2| Adds a check digit on sequences
[server_action_domain](server_action_domain/) | 2.0.1.0.0| Apply a domain filter before executing server actions on records
[document_quick_access_folder_auto_classification](document_quick_access_folder_auto_classification/) | 2.0.2.0.0| Auto classification of Documents after reading a QR
[base_tier_validation](base_tier_validation/) | 2.0.2.10.0| Implement a validation process based on tiers.
[default_multi_user](default_multi_user/) | 2.0.1.0.0| Allows to share user-defined defaults among several users.
[base_user_locale](base_user_locale/) | 2.0.1.1.0| User Locale Settings
[base_optional_quick_create](base_optional_quick_create/) | 2.0.1.0.0| Avoid "quick create" on m2o fields, on a "by model" basis
[barcode_action](barcode_action/) | 2.0.1.0.1| Allows to use barcodes as a launcher

View File

@ -4,7 +4,7 @@
{
"name": "Barcode action launcher",
"version": "2.0.1.0.0",
"version": "2.0.1.0.1",
"category": "Extra Tools",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Creu Blanca, ForgeFlow, Odoo Community Association (OCA)",

View File

@ -13,9 +13,9 @@ class ResPartner(models.Model):
def find_res_partner_by_ref_using_barcode(self, barcode):
partner = self.search([("ref", "=", barcode)], limit=1)
if not partner:
action = self.env.ref("barcode_action.res_partner_find")
result = action.read()[0]
context = safe_eval(result["context"])
xmlid = "barcode_action.res_partner_find"
action = self.env["ir.actions.act_window"]._for_xml_id(xmlid)
context = safe_eval(action["context"])
context.update(
{
"default_state": "warning",
@ -25,11 +25,11 @@ class ResPartner(models.Model):
% barcode,
}
)
result["context"] = json.dumps(context)
return result
action = self.env.ref("base.action_partner_form")
result = action.read()[0]
action["context"] = json.dumps(context)
return action
xmlid = "base.action_partner_form"
action = self.env["ir.actions.act_window"]._for_xml_id(xmlid)
res = self.env.ref("base.view_partner_form", False)
result["views"] = [(res and res.id or False, "form")]
result["res_id"] = partner.id
return result
action["views"] = [(res and res.id or False, "form")]
action["res_id"] = partner.id
return action

View File

@ -3,7 +3,7 @@
{
"name": "Base Cancel Confirm",
"version": "2.0.1.0.2",
"version": "2.0.1.0.3",
"author": "Ecosoft,Odoo Community Association (OCA)",
"category": "Usability",
"license": "AGPL-3",

View File

@ -26,11 +26,8 @@ class BaseCancelConfirm(models.AbstractModel):
)
def open_cancel_confirm_wizard(self):
action = (
self.env.ref("base_cancel_confirm.action_cancel_confirm_wizard")
.sudo()
.read()[0]
)
xmlid = "base_cancel_confirm.action_cancel_confirm_wizard"
action = self.env["ir.actions.act_window"]._for_xml_id(xmlid)
action["context"] = {
"cancel_res_model": self._name,
"cancel_res_ids": self.ids,

View File

@ -0,0 +1,16 @@
Most of the files are
:Copyright: This stylesheet has been placed in the public domain.
<!-- Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
Copyright 2018 Flectra Community
Many files also contain contributions from third
parties. In this case the original copyright of
the contributions can be traced through the
history of the source version control system.
When that is not the case, the files contain a prominent
notice stating the original copyright and applicable
license, or come with their own dedicated COPYRIGHT
and/or LICENSE file.

663
base_custom_filter/LICENSE Normal file
View File

@ -0,0 +1,663 @@
For copyright information, please see the COPYRIGHT file.
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

View File

@ -0,0 +1,115 @@
=============================================================
Add custom filters in standard filters and group by dropdowns
=============================================================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-OCA%2Fserver--ux-lightgray.png?logo=github
:target: https://github.com/OCA/server-ux/tree/14.0/base_custom_filter
:alt: OCA/server-ux
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_custom_filter
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/250/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module allows to define custom filters to be shown under the standard
filters and group by menus of a model's search view.
**Table of contents**
.. contents::
:local:
Configuration
=============
#. Go to *Settings > Custom Filters*.
#. Create a new Custom Filter, and define following information:
* The **Model** for which you are defining the filter.
* The **Type** depending on whether you want to add a filter or a grouping by
by a field.
* The **Domain** that will be applied with the filter.
* The **Group By Field** used to perform the group by.
* The **Group** to have filters under the same separator.
#. You can reorder records from the list view with the arrow handle. This will
determine the order in which they appear in the filters/groupby menu.
#. A separator is added between each custom filter added. You can create Custom
Filter Groups to group filters that you want to have displayed under the same
separator.
Usage
=====
#. Go to the model's menu entry for which you have defined the filter.
#. On the filters and group by dropdowns, you will see the configured filters.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/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/OCA/server-ux/issues/new?body=module:%20base_custom_filter%0Aversion:%2014.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
~~~~~~~
* Ashish Hirpara
* ForgeFlow
Contributors
~~~~~~~~~~~~
* `ForgeFlow S.L. <https://www.forgeflow.com>`_:
* Jordi Masvidal
* `Ashish Hirpara <https://www.ashish-hirpara.com>`
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.
.. |maintainer-AshishHirapara| image:: https://github.com/AshishHirapara.png?size=40px
:target: https://github.com/AshishHirapara
:alt: AshishHirapara
.. |maintainer-ForgeFlow| image:: https://github.com/ForgeFlow.png?size=40px
:target: https://github.com/ForgeFlow
:alt: ForgeFlow
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-AshishHirapara| |maintainer-ForgeFlow|
This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/14.0/base_custom_filter>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -0,0 +1,2 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models

View File

@ -0,0 +1,19 @@
# Migrated to v14.0 by Ashish Hirpara (https://www.ashish-hirpara.com)
# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Add custom filters in standard filters and group by dropdowns",
"version": "2.0.1.0.0",
"category": "Usability",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Ashish Hirpara, ForgeFlow, Odoo Community Association (OCA)",
"data": [
"security/ir.model.access.csv",
"views/ir_filters_views.xml",
"views/ir_filters_group_views.xml",
],
"depends": ["web"],
"license": "AGPL-3",
"installable": True,
"maintainers": ["AshishHirapara", "ForgeFlow"],
}

View File

@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_custom_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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"
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_base
msgid "Base"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__create_uid
msgid "Created by"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__create_date
msgid "Created on"
msgstr ""
#. module: base_custom_filter
#: model:ir.actions.act_window,name:base_custom_filter.action_ir_filters_group
#: model:ir.ui.menu,name:base_custom_filter.menu_ir_filters_group
msgid "Custom Filter Groups"
msgstr ""
#. module: base_custom_filter
#: model:ir.actions.act_window,name:base_custom_filter.action_ir_custom_filter
#: model:ir.ui.menu,name:base_custom_filter.menu_base_custom_filter
#: model:ir.ui.menu,name:base_custom_filter.menu_ir_custom_filter
msgid "Custom Filters"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__display_name
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__group_id
msgid "Filter Group"
msgstr ""
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_ir_filters
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__filter_ids
msgid "Filters"
msgstr ""
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_ir_filters_group
msgid "Filters Group"
msgstr ""
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Group By"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__groupby_field
msgid "Group By Field"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__id
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__id
msgid "ID"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters____last_update
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__write_date
msgid "Last Updated on"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__model_id
msgid "Model"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__name
msgid "Name"
msgstr ""
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Search Filters Group"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__sequence
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__sequence
msgid "Sequence"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__type
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__type
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Type"
msgstr ""
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Without Filters"
msgstr ""

View File

@ -0,0 +1,130 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_custom_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_base
msgid "Base"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__create_uid
msgid "Created by"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__create_date
msgid "Created on"
msgstr ""
#. module: base_custom_filter
#: model:ir.actions.act_window,name:base_custom_filter.action_ir_filters_group
#: model:ir.ui.menu,name:base_custom_filter.menu_ir_filters_group
msgid "Custom Filter Groups"
msgstr ""
#. module: base_custom_filter
#: model:ir.actions.act_window,name:base_custom_filter.action_ir_custom_filter
#: model:ir.ui.menu,name:base_custom_filter.menu_base_custom_filter
#: model:ir.ui.menu,name:base_custom_filter.menu_ir_custom_filter
msgid "Custom Filters"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__display_name
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__group_id
msgid "Filter Group"
msgstr ""
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_ir_filters
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__filter_ids
msgid "Filters"
msgstr ""
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_ir_filters_group
msgid "Filters Group"
msgstr ""
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Group By"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__groupby_field
msgid "Group By Field"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__id
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__id
msgid "ID"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters____last_update
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__write_date
msgid "Last Updated on"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__model_id
msgid "Model"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__name
msgid "Name"
msgstr ""
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Search Filters Group"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__sequence
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__sequence
msgid "Sequence"
msgstr ""
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__type
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__type
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Type"
msgstr ""
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Without Filters"
msgstr ""

View File

@ -0,0 +1,132 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_custom_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-04-13 16:05+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_base
msgid "Base"
msgstr "Base"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__create_date
msgid "Created on"
msgstr "Creato il"
#. module: base_custom_filter
#: model:ir.actions.act_window,name:base_custom_filter.action_ir_filters_group
#: model:ir.ui.menu,name:base_custom_filter.menu_ir_filters_group
msgid "Custom Filter Groups"
msgstr "Gruppi Filtri Personalizzati"
#. module: base_custom_filter
#: model:ir.actions.act_window,name:base_custom_filter.action_ir_custom_filter
#: model:ir.ui.menu,name:base_custom_filter.menu_base_custom_filter
#: model:ir.ui.menu,name:base_custom_filter.menu_ir_custom_filter
msgid "Custom Filters"
msgstr "Filtri Personalizzati"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__display_name
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__display_name
msgid "Display Name"
msgstr "Nome Visualizzato"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__group_id
msgid "Filter Group"
msgstr "Gruppo filtro"
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_ir_filters
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__filter_ids
msgid "Filters"
msgstr "Filtri"
#. module: base_custom_filter
#: model:ir.model,name:base_custom_filter.model_ir_filters_group
msgid "Filters Group"
msgstr "Gruppo Filtri"
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Group By"
msgstr "Raggruppa Per"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__groupby_field
msgid "Group By Field"
msgstr "Raggruppa per campo"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__id
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__id
msgid "ID"
msgstr "ID"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters____last_update
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__model_id
msgid "Model"
msgstr "Modello"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__name
msgid "Name"
msgstr "Nome"
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Search Filters Group"
msgstr "Cerca gruppo filtri"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__sequence
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__sequence
msgid "Sequence"
msgstr "Sequenza"
#. module: base_custom_filter
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters__type
#: model:ir.model.fields,field_description:base_custom_filter.field_ir_filters_group__type
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Type"
msgstr "Tipo"
#. module: base_custom_filter
#: model_terms:ir.ui.view,arch_db:base_custom_filter.search_ir_filters_group
msgid "Without Filters"
msgstr "Senza filtri"

View File

@ -0,0 +1,4 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import base
from . import ir_filters
from . import ir_filters_group

View File

@ -0,0 +1,114 @@
# Migrated to v14.0 by Ashish Hirpara (https://www.ashish-hirpara.com)
# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from lxml import etree
from flectra import api, models
class Base(models.AbstractModel):
_inherit = "base"
@api.model
def _add_grouped_filters(self, res, custom_filters):
arch = etree.fromstring(res["arch"])
node = arch.xpath("//search/filter[last()]")
if node:
node[0].addnext(etree.Element("separator"))
for custom_filter in custom_filters:
node = arch.xpath("//search/separator[last()]")
if node:
elem = etree.Element(
"filter",
{
"name": "ir_custom_filter_%s" % custom_filter.id,
"string": custom_filter.name,
"domain": custom_filter.domain,
},
)
node[0].addnext(elem)
res["arch"] = etree.tostring(arch)
return res
@api.model
def _add_grouped_groupby(self, res, custom_groupbys):
arch = etree.fromstring(res["arch"])
node = arch.xpath("//group/filter[last()]")
if node:
node[0].addnext(etree.Element("separator"))
for custom_groupby in custom_groupbys:
node = arch.xpath("//group/separator[last()]")
if node:
elem = etree.Element(
"filter",
{
"name": "ir_custom_filter_%s" % custom_groupby.id,
"string": custom_groupby.name,
"context": str(
{"group_by": custom_groupby.groupby_field.name}
),
},
)
node[0].addnext(elem)
res["arch"] = etree.tostring(arch)
return res
@api.model
def fields_view_get(
self, view_id=None, view_type="form", toolbar=False, submenu=False
):
"""Add filters in search views."""
res = super().fields_view_get(
view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu
)
if view_type == "search":
filter_groups = self.env["ir.filters.group"].search(
[
("model_id", "=", res.get("model")),
("filter_ids", "!=", False),
("type", "=", "filter"),
]
)
filters_no_group = self.env["ir.filters"].search(
[
("model_id", "=", res.get("model")),
("group_id", "=", False),
("type", "=", "filter"),
],
order="sequence desc",
)
groupby_groups = self.env["ir.filters.group"].search(
[
("model_id", "=", res.get("model")),
("filter_ids", "!=", False),
("type", "=", "groupby"),
]
)
groupbys_no_group = self.env["ir.filters"].search(
[
("model_id", "=", res.get("model")),
("group_id", "=", False),
("type", "=", "groupby"),
],
order="sequence desc",
)
# Add filter type
if filter_groups:
for filter_group in filter_groups:
res = self._add_grouped_filters(
res, filter_group.filter_ids.sorted("sequence", True)
)
if filters_no_group:
for filter_no_group in filters_no_group:
res = self._add_grouped_filters(res, filter_no_group)
# Add groupby type
if groupby_groups:
for groupby_group in groupby_groups:
res = self._add_grouped_groupby(
res, groupby_group.filter_ids.sorted("sequence", True)
)
if groupbys_no_group:
for groupby_no_group in groupbys_no_group:
res = self._add_grouped_groupby(res, groupby_no_group)
return res

View File

@ -0,0 +1,31 @@
# Migrated to v14.0 by Ashish Hirpara (https://www.ashish-hirpara.com)
# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from flectra import fields, models
class IrFilters(models.Model):
_inherit = "ir.filters"
_order = "model_id, sequence, name, id desc"
def _selection_type(self):
return [
("favorite", "Favorite"),
("filter", "Standard Filter"),
("groupby", "Standard Group By"),
]
sequence = fields.Integer()
type = fields.Selection(
selection="_selection_type",
string="Type",
required=True,
default="favorite",
)
groupby_field = fields.Many2one(
comodel_name="ir.model.fields",
string="Group By Field",
ondelete="cascade",
)
group_id = fields.Many2one(comodel_name="ir.filters.group", string="Filter Group")

View File

@ -0,0 +1,38 @@
# Migrated to v14.0 by Ashish Hirpara (https://www.ashish-hirpara.com)
# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from flectra import api, fields, models
class IrFiltersGroup(models.Model):
_name = "ir.filters.group"
_description = "Filters Group"
_order = "sequence, name, id"
def _selection_type(self):
return [("filter", "Filter"), ("groupby", "Group By")]
sequence = fields.Integer()
model_id = fields.Selection(
selection="_list_all_models", string="Model", required=True
)
name = fields.Char(required=True, translate=True)
type = fields.Selection(
selection="_selection_type",
string="Type",
required=True,
default="filter",
)
filter_ids = fields.One2many(
comodel_name="ir.filters", inverse_name="group_id", string="Filters"
)
def unlink(self):
self.filter_ids.unlink()
return super(IrFiltersGroup, self).unlink()
@api.model
def _list_all_models(self):
self._cr.execute("SELECT model, name FROM ir_model ORDER BY name")
return self._cr.fetchall()

View File

@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_ir_filters_group_user,ir.filters.group,model_ir_filters_group,base.group_user,1,0,0,0
access_ir_filters_group_system,ir.filters.group,model_ir_filters_group,base.group_system,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_ir_filters_group_user ir.filters.group model_ir_filters_group base.group_user 1 0 0 0
3 access_ir_filters_group_system ir.filters.group model_ir_filters_group base.group_system 1 1 1 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,456 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Add custom filters in standard filters and group by dropdowns</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="add-custom-filters-in-standard-filters-and-group-by-dropdowns">
<h1 class="title">Add custom filters in standard filters and group by dropdowns</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" 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" 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" href="https://github.com/OCA/server-ux/tree/14.0/base_custom_filter"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_custom_filter"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/250/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module allows to define custom filters to be shown under the standard
filters and group by menus of a models search view.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<ol class="arabic simple">
<li>Go to <em>Settings &gt; Custom Filters</em>.</li>
<li>Create a new Custom Filter, and define following information:<ul>
<li>The <strong>Model</strong> for which you are defining the filter.</li>
<li>The <strong>Type</strong> depending on whether you want to add a filter or a grouping by
by a field.</li>
<li>The <strong>Domain</strong> that will be applied with the filter.</li>
<li>The <strong>Group By Field</strong> used to perform the group by.</li>
<li>The <strong>Group</strong> to have filters under the same separator.</li>
</ul>
</li>
<li>You can reorder records from the list view with the arrow handle. This will
determine the order in which they appear in the filters/groupby menu.</li>
<li>A separator is added between each custom filter added. You can create Custom
Filter Groups to group filters that you want to have displayed under the same
separator.</li>
</ol>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<ol class="arabic simple">
<li>Go to the models menu entry for which you have defined the filter.</li>
<li>On the filters and group by dropdowns, you will see the configured filters.</li>
</ol>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-ux/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/server-ux/issues/new?body=module:%20base_custom_filter%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<ul class="simple">
<li>Ashish Hirpara</li>
<li>ForgeFlow</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<ul class="simple">
<li><a class="reference external" href="https://www.forgeflow.com">ForgeFlow S.L.</a>:<ul>
<li>Jordi Masvidal</li>
</ul>
</li>
<li><cite>Ashish Hirpara &lt;https://www.ashish-hirpara.com&gt;</cite></li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
<p><a class="reference external" href="https://github.com/AshishHirapara"><img alt="AshishHirapara" src="https://github.com/AshishHirapara.png?size=40px" /></a> <a class="reference external" href="https://github.com/ForgeFlow"><img alt="ForgeFlow" src="https://github.com/ForgeFlow.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-ux/tree/14.0/base_custom_filter">OCA/server-ux</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1 @@
from . import test_filters

View File

@ -0,0 +1,53 @@
from flectra.tests.common import Form, SavepointCase, tagged
@tagged("post_install", "-at_install")
class Test(SavepointCase):
@classmethod
def setUpClass(cls, chart_template_ref=None):
super().setUpClass()
filters_obj = cls.env["ir.filters"]
filters_group = Form(filters_obj)
filters_group.name = "Test No groupby group"
filters_group.type = "groupby"
filters_group.model_id = "ir.filters.group"
filters_group.groupby_field = cls.env.ref(
"base_custom_filter.field_ir_filters_group__name"
)
filters_group = filters_group.save()
filters_group = Form(filters_obj)
filters_group.name = "Test No filters group"
filters_group.type = "filter"
filters_group.model_id = "ir.filters.group"
filters_group.domain = '[["id","=",1]]'
filters_group = filters_group.save()
def test_sale_order_line(self):
filters_group_obj = self.env["ir.filters.group"]
filters_obj = self.env["ir.filters"]
filters_obj.unlink()
filters_group_obj.unlink()
with Form(filters_group_obj) as filters_group:
filters_group.name = "Test filters group"
filters_group.type = "filter"
filters_group.model_id = "ir.filters.group"
with filters_group.filter_ids.new() as line:
line.name = "Test filter line"
line.domain = '[["id","=",1]]'
filter_group = filters_group_obj.search([("name", "=", "Test filters group")])
self.assertEqual(filter_group.name, "Test filters group")
with Form(filters_group_obj) as filters_group:
filters_group.name = "Test groupby group"
filters_group.type = "groupby"
filters_group.model_id = "ir.filters.group"
with filters_group.filter_ids.new() as line:
line.name = "Test groupby line"
line.groupby_field = self.env.ref(
"base_custom_filter.field_ir_filters_group__name"
)
filters_group_obj.fields_view_get(view_type="search")
filter_group.unlink()

View File

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<flectra>
<record id="view_ir_filters_group_form" model="ir.ui.view">
<field name="name">ir.filters.group.form</field>
<field name="model">ir.filters.group</field>
<field name="arch" type="xml">
<form>
<sheet>
<div class="oe_title">
<h1>
<field name="name" />
</h1>
</div>
<group name="general">
<field name="model_id" />
<field name="type" />
</group>
<group name="filters">
<field
name="filter_ids"
domain="[('model_id', '=', model_id), ('type', '=', type)]"
context="{'default_model_id': model_id, 'default_group_id': id, 'default_type': type}"
>
<tree>
<field name="sequence" widget="handle" />
<field name="name" />
</tree>
<form>
<sheet>
<div class="oe_title">
<h1>
<field name="name" />
</h1>
</div>
<group>
<field
name="model_id"
readonly="1"
force_save="1"
/>
<field
name="type"
readonly="1"
force_save="1"
/>
<field
name="domain"
widget="domain"
options="{'model': 'model_id'}"
attrs="{'required': [('type', '=', 'filter')], 'invisible': [('type', '=', 'groupby')]}"
/>
<field
name="groupby_field"
domain="[('model', '=', model_id), ('store', '=', True)]"
attrs="{'required': [('type', '=', 'groupby')], 'invisible': [('type', '=', 'filter')]}"
/>
</group>
</sheet>
</form>
</field>
</group>
</sheet>
</form>
</field>
</record>
<record id="view_ir_filters_group_tree" model="ir.ui.view">
<field name="name">ir.filters.group.tree</field>
<field name="model">ir.filters.group</field>
<field name="arch" type="xml">
<tree>
<field name="sequence" widget="handle" />
<field name="name" />
<field
name="filter_ids"
widget="many2many_tags"
domain="[('group_id', '=', False), ('type', '!=', 'favorite')]"
/>
</tree>
</field>
</record>
<record id="search_ir_filters_group" model="ir.ui.view">
<field name="name">search.ir.filters.group</field>
<field name="model">ir.filters.group</field>
<field name="arch" type="xml">
<search string="Search Filters Group">
<field name="name" />
<filter
string="Without Filters"
name="Without_filters"
domain="[('filter_ids','=',False)]"
/>
<group expand="1" string="Group By">
<filter string="Type" name='user' context="{'group_by':'type'}" />
</group>
</search>
</field>
</record>
<record id="action_ir_filters_group" model="ir.actions.act_window">
<field name="name">Custom Filter Groups</field>
<field name="res_model">ir.filters.group</field>
<field name="view_mode">tree,form</field>
</record>
<menuitem
id="menu_ir_filters_group"
action="action_ir_filters_group"
parent="base_custom_filter.menu_base_custom_filter"
sequence="10"
/>
</flectra>

View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<flectra>
<record id="ir_filters_view_form" model="ir.ui.view">
<field name="name">ir.filters.form - base_custom_filter</field>
<field name="model">ir.filters</field>
<field name="inherit_id" ref="base.ir_filters_view_form" />
<field name="arch" type="xml">
<field name="active" position="after">
<field name="type" />
<field
name="group_id"
domain="[('model_id', '=', model_id), ('type', '=', type)]"
context="{'default_model_id': model_id, 'default_type': type}"
attrs="{'invisible': [('type', '=', 'favorite')]}"
/>
</field>
<field name="domain" position="attributes">
<attribute
name="attrs"
>{'invisible': [('type', '=', 'groupby')]}</attribute>
</field>
<field name="domain" position="after">
<field
name="groupby_field"
domain="[('model', '=', model_id), ('store', '=', True)]"
attrs="{'required': [('type', '=', 'groupby')], 'invisible': [('type', '!=', 'groupby')]}"
/>
</field>
<field name="action_id" position="attributes">
<attribute
name="attrs"
>{'invisible': [('type', '!=', 'favorite')]}</attribute>
</field>
<field name="is_default" position="attributes">
<attribute
name="attrs"
>{'invisible': [('type', '!=', 'favorite')]}</attribute>
</field>
<field name="user_id" position="attributes">
<attribute
name="attrs"
>{'invisible': [('type', '!=', 'favorite')]}</attribute>
</field>
<field name="context" position="attributes">
<attribute
name="attrs"
>{'invisible': [('type', '!=', 'favorite')]}</attribute>
</field>
<field name="sort" position="attributes">
<attribute
name="attrs"
>{'invisible': [('type', '!=', 'favorite')]}</attribute>
</field>
</field>
</record>
<record id="ir_filters_view_tree" model="ir.ui.view">
<field name="name">ir.filters.tree - base_custom_filter</field>
<field name="model">ir.filters</field>
<field name="inherit_id" ref="base.ir_filters_view_tree" />
<field name="arch" type="xml">
<field name="name" position="before">
<field name="sequence" widget="handle" />
</field>
<field name="action_id" position="after">
<field name="type" />
<field name="groupby_field" optional="hide" />
</field>
</field>
</record>
<record id="ir_filters_view_tree_custom" model="ir.ui.view">
<field name="name">ir.filters.tree.custom</field>
<field name="model">ir.filters</field>
<field name="arch" type="xml">
<tree>
<field name="sequence" widget="handle" />
<field name="name" />
<field name="model_id" />
<field name="type" />
<field name="group_id" />
<field name="domain" optional="hide" />
<field name="groupby_field" optional="hide" />
</tree>
</field>
</record>
<record id="action_ir_custom_filter" model="ir.actions.act_window">
<field name="name">Custom Filters</field>
<field name="res_model">ir.filters</field>
<field name="domain">[('type', '!=', 'favorite')]</field>
<field
name="view_ids"
eval="[(5, 0, 0),
(0, 0, {'view_mode': 'tree', 'view_id': ref('base_custom_filter.ir_filters_view_tree_custom')}),
(0, 0, {'view_mode': 'form'})]"
/>
<field name="context">{'default_type': 'filter'}</field>
</record>
<menuitem
id="menu_base_custom_filter"
name="Custom Filters"
parent="base.menu_administration"
sequence="20"
/>
<menuitem
id="menu_ir_custom_filter"
action="action_ir_custom_filter"
parent="menu_base_custom_filter"
sequence="20"
/>
</flectra>

View File

@ -27,13 +27,13 @@ class IrExports(models.Model):
@api.depends("model_id")
def _inverse_model_id(self):
""" Gets resource from model """
"""Gets resource from model"""
for record in self:
record.resource = self.model_id.model
@api.depends("resource")
def _compute_model_id(self):
""" Gets resource from model """
"""Gets resource from model"""
IrModel = self.env["ir.model"]
for record in self:
record.model_id = IrModel._get(record.resource)

View File

@ -14,7 +14,7 @@ class TestIrExportsCase(TransactionCase):
"""
# Emulate creation from JsonRpc, without model_id and field#_id
data = {
"name": u"Test éxport",
"name": "Test éxport",
"resource": "ir.exports",
"export_fields": [
[0, 0, {"name": "export_fields"}],

View File

@ -35,7 +35,7 @@ class TestImportSecurityGroup(common.HttpCase):
self.start_tour("/web", "button_import_ko", login="admin")
def test_access_admin(self):
""" Admin user can import data """
"""Admin user can import data"""
with mute_logger("flectra.sql_db"):
res = self.Access.with_user(self.user_admin).load(self.fields, self.data)
self.assertEqual(res["ids"], False)
@ -50,7 +50,7 @@ class TestImportSecurityGroup(common.HttpCase):
)
def test_access_demo(self):
""" Demo user cannot import data """
"""Demo user cannot import data"""
self.user_test.write({"groups_id": [(4, self.ref("base.group_system"))]})
self.start_tour("/web", "button_import_ko", login="demo")
res2 = self.Access.with_user(self.user_test).load(self.fields, self.data)

View File

@ -18,7 +18,7 @@ class IrUiMenu(models.Model):
@api.model
@tools.ormcache("frozenset(self.env.user.groups_id.ids)", "debug")
def _visible_menu_ids(self, debug=False):
""" Return the ids of the menu items visible to the user. """
"""Return the ids of the menu items visible to the user."""
visible = super()._visible_menu_ids(debug=debug)
context = {"ir.ui.menu.full_list": True}
menus = self.with_context(context).browse(visible)

View File

@ -7,20 +7,20 @@ msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-19 17:10+0000\n"
"PO-Revision-Date: 2018-03-19 17:10+0000\n"
"Last-Translator: <>\n"
"PO-Revision-Date: 2021-12-03 12:37+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\n"
"Language-Team: \n"
"Language: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_optional_quick_create
#: model:ir.model.fields,field_description:base_optional_quick_create.field_ir_model__avoid_quick_create
#, fuzzy
msgid "Avoid Quick Create"
msgstr "Evita creazione veloce"
msgstr "Impedisci creazione rapida"
#. module: base_optional_quick_create
#: code:addons/base_optional_quick_create/models/ir_model.py:21

View File

@ -7,7 +7,7 @@
{
"name": "Base Revision (abstract)",
"summary": "Keep track of revised document",
"version": "2.0.1.0.1",
"version": "2.0.1.1.0",
"category": "Tools",
"author": "Agile Business Group,"
"Dreambits,"

View File

@ -70,6 +70,11 @@ msgstr ""
msgid "Original Reference"
msgstr ""
#. module: base_revision
#: model:ir.model.fields,field_description:base_revision.field_base_revision__revision_count
msgid "Previous versions count"
msgstr ""
#. module: base_revision
#: model:ir.model.constraint,message:base_revision.constraint_base_revision_revision_unique
msgid "Reference and revision must be unique."

View File

@ -6,15 +6,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-16 11:46+0000\n"
"POT-Creation-Date: 2022-02-23 09:21+0000\n"
"PO-Revision-Date: 2022-02-23 10:22+0100\n"
"Last-Translator: Ana Suárez <ana.suarez@qubiq.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
"X-Generator: Poedit 2.3\n"
#. module: base_revision
#: model:ir.model.fields,field_description:base_revision.field_base_revision__active
@ -33,7 +34,6 @@ msgstr "Nombre mostrado"
#. module: base_revision
#: model:ir.model,name:base_revision.model_base_revision
#, fuzzy
msgid "Document Revision (abstract)"
msgstr "Revisión Documento (resumen)"
@ -74,6 +74,11 @@ msgstr "Revisiones antiguas"
msgid "Original Reference"
msgstr "Referencia original"
#. module: base_revision
#: model:ir.model.fields,field_description:base_revision.field_base_revision__revision_count
msgid "Previous versions count"
msgstr "Nº de versiones anteriores"
#. module: base_revision
#: model:ir.model.constraint,message:base_revision.constraint_base_revision_revision_unique
msgid "Reference and revision must be unique."

View File

@ -38,6 +38,22 @@ class BaseRevision(models.AbstractModel):
)
active = fields.Boolean(default=True)
has_old_revisions = fields.Boolean(compute="_compute_has_old_revisions")
revision_count = fields.Integer(
compute="_compute_revision_count", string="Previous versions count"
)
@api.depends("old_revision_ids")
def _compute_revision_count(self):
res = self.with_context(active_test=False).read_group(
domain=[("current_revision_id", "in", self.ids)],
fields=["current_revision_id"],
groupby=["current_revision_id"],
)
revision_dict = {
x["current_revision_id"][0]: x["current_revision_id_count"] for x in res
}
for rec in self:
rec.revision_count = revision_dict.get(rec.id, 0)
_sql_constraints = [
(
@ -67,6 +83,9 @@ class BaseRevision(models.AbstractModel):
"old_revision_ids": [(4, self.id, False)],
}
def _prepare_revision_data(self, new_revision):
return {"active": False, "current_revision_id": new_revision.id}
def copy_revision_with_context(self):
default_data = self.default_get([])
new_rev_number = self.revision_number + 1
@ -74,9 +93,7 @@ class BaseRevision(models.AbstractModel):
default_data.update(vals)
new_revision = self.copy(default_data)
self.old_revision_ids.write({"current_revision_id": new_revision.id})
self.write(
{"active": False, "state": "cancel", "current_revision_id": new_revision.id}
)
self.write(self._prepare_revision_data(new_revision))
return new_revision
@api.model

View File

@ -3,14 +3,13 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Add custom filters for fields via UI",
"version": "2.0.1.0.0",
"version": "2.0.1.1.0",
"category": "Usability",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Tecnativa, Odoo Community Association (OCA)",
"demo": ["demo/demo_ir_ui_custom_field_filter.xml"],
"data": [
"security/ir.model.access.csv",
"templates/assets.xml",
"views/ir_ui_custom_field_filter_views.xml",
],
"depends": ["web"],

View File

@ -0,0 +1,118 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_custom_field_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-03-17 17:17+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_search_custom_field_filter
#: model:ir.model,name:base_search_custom_field_filter.model_base
msgid "Base"
msgstr "Base"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__create_date
msgid "Created on"
msgstr "Creato il"
#. module: base_search_custom_field_filter
#: model:ir.actions.act_window,name:base_search_custom_field_filter.action_ir_ui_custom_field_filter
#: model:ir.ui.menu,name:base_search_custom_field_filter.menu_ir_ui_custom_field_filter
msgid "Custom Field Filters"
msgstr "Filtri Campi Personalizzati"
#. module: base_search_custom_field_filter
#: model:ir.model,name:base_search_custom_field_filter.model_ir_ui_custom_field_filter
msgid "Custom UI field filter"
msgstr "Filtro Campo UI personalizzato"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__display_name
msgid "Display Name"
msgstr "Nome Visualizzato"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__expression
msgid "Expression"
msgstr "Espressione"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__id
msgid "ID"
msgstr "ID"
#. module: base_search_custom_field_filter
#: code:addons/base_search_custom_field_filter/models/ir_ui_custom_field_filter.py:0
#, python-format
msgid "Incorrect expression."
msgstr "Espressione non corretta."
#. module: base_search_custom_field_filter
#: model:ir.ui.custom.field.filter,name:base_search_custom_field_filter.custom_field_filter_demo
msgid "Language"
msgstr "Lingua"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__model_id
msgid "Model"
msgstr "Modello"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__model_name
msgid "Model name"
msgstr "Nome modello"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__name
msgid "Name"
msgstr "Nome"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,help:base_search_custom_field_filter.field_ir_ui_custom_field_filter__position_after
msgid ""
"Optional field name for putting the filter after that one. If empty or not "
"found, it will be put at the end."
msgstr ""
"Nome del campo opzionale per inserire il filtro dopo di esso. Se vuoto o non "
"trovato, verrà posizionato alla fine."
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__position_after
msgid "Position After"
msgstr "Posiziona dopo"
#. module: base_search_custom_field_filter
#: model:ir.model.fields,field_description:base_search_custom_field_filter.field_ir_ui_custom_field_filter__sequence
msgid "Sequence"
msgstr "Sequenza"

View File

@ -22,11 +22,7 @@ class Base(models.AbstractModel):
if node:
elem = etree.Element(
"field",
{
"name": "ir_ui_custom_filter_%s" % custom_filter.id,
"string": custom_filter.name,
"custom_field_filter": custom_filter.expression,
},
{"name": custom_filter.expression, "string": custom_filter.name},
)
node[0].addnext(elem)
res["arch"] = etree.tostring(arch)

View File

@ -1,21 +0,0 @@
flectra.define("base_search_custom_field_filter.search_inputs_related_field", function (
require
) {
"use strict";
var search_bar = require("web.SearchBarAutoCompleteSources");
search_bar.Field.include({
_makeDomain: function (name, operator, facet) {
var name_n = this.attrs.custom_field_filter || name;
return this._super(name_n, operator, facet);
},
});
search_bar.ManyToOneField.include({
_makeDomain: function (name, operator, facet) {
var name_n = this.attrs.custom_field_filter || name;
return this._super(name_n, operator, facet);
},
});
});

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<flectra>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr=".">
<script
src="/base_search_custom_field_filter/static/src/js/search_bar_autocomplete_sources.js"
/>
</xpath>
</template>
</flectra>

18
base_substate/COPYRIGHT Normal file
View File

@ -0,0 +1,18 @@
Most of the files are
:Copyright: This stylesheet has been placed in the public domain.
<!-- Copyright 2020 Akretion
Copyright 2020 Akretion
Copyright 2020 Akretion (<http://www.akretion.com>)
Copyright 2020 Akretion Mourad EL HADJ MIMOUNE
Copyright 2018 Flectra Community
Many files also contain contributions from third
parties. In this case the original copyright of
the contributions can be traced through the
history of the source version control system.
When that is not the case, the files contain a prominent
notice stating the original copyright and applicable
license, or come with their own dedicated COPYRIGHT
and/or LICENSE file.

663
base_substate/LICENSE Normal file
View File

@ -0,0 +1,663 @@
For copyright information, please see the COPYRIGHT file.
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

90
base_substate/README.rst Normal file
View File

@ -0,0 +1,90 @@
==============
Base Sub State
==============
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-OCA%2Fserver--ux-lightgray.png?logo=github
:target: https://github.com/OCA/server-ux/tree/14.0/base_substate
:alt: OCA/server-ux
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_substate
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/250/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module provide abstract models to manage customizable
substates to be applied on different models (sale order, purchase, ...).
example:
--------
* for the quotation state of a sale order we can define 3 substates "In negotiation",
"Won" and "Lost".
* We can also send mail when the susbstate is reached.
It is not useful for itself. You can see an example of implementation
in the 'purchase_substate' module. (purchase-workflow repository).
**Table of contents**
.. contents::
:local:
Usage
=====
#. You must install an application module depending this one (for example purchase_substate)
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/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/OCA/server-ux/issues/new?body=module:%20base_substate%0Aversion:%2014.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
~~~~~~~
* Akretion
Contributors
~~~~~~~~~~~~
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
* Kitti U. <kittiu@ecosoft.co.th>
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/server-ux <https://github.com/OCA/server-ux/tree/14.0/base_substate>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -0,0 +1 @@
from . import models

View File

@ -0,0 +1,20 @@
# Copyright 2020 Akretion (<http://www.akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Base Sub State",
"version": "2.0.1.0.0",
"category": "Tools",
"author": "Akretion, " "Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/server-ux",
"license": "AGPL-3",
"depends": ["base", "mail"],
"data": [
"security/base_substate_security.xml",
"security/ir.model.access.csv",
"views/base_substate_type_views.xml",
"views/base_substate_value_views.xml",
"views/base_substate_views.xml",
],
"installable": True,
}

View File

@ -0,0 +1,222 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_substate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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"
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__active
msgid "Active"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__model
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__model
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__model
msgid "Apply on"
msgstr ""
#. module: base_substate
#: model:ir.actions.act_window,name:base_substate.act_open_base_substate_view
#: model:ir.model,name:base_substate.model_base_substate
#: model:ir.ui.menu,name:base_substate.menu_base_substate
#: model_terms:ir.ui.view,arch_db:base_substate.base_substate_view_form
#: model_terms:ir.ui.view,arch_db:base_substate.base_substate_view_search
msgid "Base Substate"
msgstr ""
#. module: base_substate
#: model:ir.model,name:base_substate.model_base_substate_type
msgid "Base Substate Type"
msgstr ""
#. module: base_substate
#: model:ir.model,name:base_substate.model_base_substate_mixin
msgid "BaseSubstate Mixin"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__create_uid
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__create_uid
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__create_uid
msgid "Created by"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__create_date
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__create_date
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__create_date
msgid "Created on"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__description
msgid "Description"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__display_name
#: model:ir.model.fields,field_description:base_substate.field_base_substate_mixin__display_name
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__display_name
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__display_name
msgid "Display Name"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__mail_template_id
msgid "Email Template"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,help:base_substate.field_base_substate__sequence
msgid "Gives the sequence order when applying the default substate"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__id
#: model:ir.model.fields,field_description:base_substate.field_base_substate_mixin__id
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__id
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__id
msgid "ID"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,help:base_substate.field_base_substate__mail_template_id
msgid ""
"If set, an email will be sent to the partner when the object reaches this "
"substate."
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate____last_update
#: model:ir.model.fields,field_description:base_substate.field_base_substate_mixin____last_update
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type____last_update
#: model:ir.model.fields,field_description:base_substate.field_target_state_value____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__write_uid
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__write_uid
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__write_date
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__write_date
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__write_date
msgid "Last Updated on"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,help:base_substate.field_base_substate__model
#: model:ir.model.fields,help:base_substate.field_target_state_value__model
msgid "Model for technical use"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__name
msgid "Name"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__sequence
msgid "Sequence"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate_mixin__substate_id
msgid "Sub State"
msgstr ""
#. module: base_substate
#: model:ir.ui.menu,name:base_substate.menu_substate_config
msgid "Sub State Configuration"
msgstr ""
#. module: base_substate
#: model:ir.actions.act_window,name:base_substate.act_open_base_substate_type_view
#: model:ir.ui.menu,name:base_substate.menu_base_substate_type
#: model_terms:ir.ui.view,arch_db:base_substate.base_substate_type_view_form
#: model_terms:ir.ui.view,arch_db:base_substate.base_substate_type_view_search
msgid "Sub State Type"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate__name
msgid "Substate Name"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__base_substate_type_id
msgid "Substate Type"
msgstr ""
#. module: base_substate
#: model:res.groups,name:base_substate.group_substate_manager
msgid "Substate manager"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_base_substate_type__target_state_field
msgid "Target State Field"
msgstr ""
#. module: base_substate
#: model:ir.actions.act_window,name:base_substate.act_open_target_state_value_view
#: model:ir.model,name:base_substate.model_target_state_value
#: model:ir.model.fields,field_description:base_substate.field_base_substate__target_state_value_id
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__target_state_value
#: model:ir.ui.menu,name:base_substate.menu_target_state_value
#: model_terms:ir.ui.view,arch_db:base_substate.target_state_value_view_form
#: model_terms:ir.ui.view,arch_db:base_substate.target_state_value_view_search
msgid "Target State Value"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,field_description:base_substate.field_target_state_value__name
msgid "Target state Name"
msgstr ""
#. module: base_substate
#: model:ir.model.fields,help:base_substate.field_target_state_value__name
msgid ""
"Target state translateble name.\n"
"Ex: for sale order \"Quotation\", \"Sale order\", \"Locked\"..."
msgstr ""
#. module: base_substate
#: model:ir.model.fields,help:base_substate.field_base_substate_type__target_state_field
msgid ""
"Technical target state field name. Ex for sale order \"state\" for other "
"\"status\" ... "
msgstr ""
#. module: base_substate
#: model:ir.model.fields,help:base_substate.field_target_state_value__target_state_value
msgid ""
"Technical target state value.\n"
"Ex: for sale order \"draft\", \"sale\", \"done\", ..."
msgstr ""
#. module: base_substate
#: code:addons/base_substate/models/base_substate_mixin.py:0
#, python-format
msgid "The substate \"%s\" is not define for the state \"%s\" but for \"%s\" "
msgstr ""
#. module: base_substate
#: code:addons/base_substate/models/base_substate_mixin.py:0
#, python-format
msgid "This substate is not define for this object but for %s"
msgstr ""

View File

@ -0,0 +1,2 @@
from . import base_substate
from . import base_substate_mixin

View File

@ -0,0 +1,103 @@
# Copyright 2020 Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from flectra import fields, models
class BaseSubstateType(models.Model):
"""This model define technical data which precises
for each target model concerned by substate,
the technical "state" field name.
Data in this model should be created by import as technical data
in the specific module. For exemple in sale_subsatate we can define:
base.substate.type:
- name: Sale order Substate
- model: sale.order
- target_state_field: state
"""
_name = "base.substate.type"
_description = "Base Substate Type"
_order = "name asc, model asc"
name = fields.Char(required=True, translate=True)
model = fields.Selection(selection=[], string="Apply on", required=True)
target_state_field = fields.Char(
required=True,
help="Technical target state field name."
' Ex for sale order "state" for other "status" ... ',
)
class TargetStateValue(models.Model):
"""This model define technical data that precise the translatable name
of the target model state (ex:Quotation for 'draft' State)
Data in this model should be created by import as technical data
in specific module ex : sale_subsatate
"""
_name = "target.state.value"
_description = "Target State Value"
_order = "name asc"
name = fields.Char(
"Target state Name",
required=True,
translate=True,
help="Target state translateble name.\n"
'Ex: for sale order "Quotation", "Sale order", "Locked"...',
)
base_substate_type_id = fields.Many2one(
"base.substate.type",
string="Substate Type",
ondelete="restrict",
)
target_state_value = fields.Char(
required=True,
help="Technical target state value.\n"
'Ex: for sale order "draft", "sale", "done", ...',
)
model = fields.Selection(
related="base_substate_type_id.model",
store=True,
readonly=True,
help="Model for technical use",
)
class BaseSubstate(models.Model):
"""This model define substates that will be applied on the target model.
for each state we can define one or more substate.
ex:
for the quotation state of a sale order we can define
3 substates "In negotiation",
"Won" and "Lost".
We can also send mail when the susbstate is reached.
"""
_name = "base.substate"
_description = "Base Substate"
_order = "active desc, sequence asc"
name = fields.Char("Substate Name", required=True, translate=True)
description = fields.Text(translate=True)
sequence = fields.Integer(
index=True,
help="Gives the sequence order when applying the default substate",
)
target_state_value_id = fields.Many2one(
"target.state.value", string="Target State Value", ondelete="restrict"
)
active = fields.Boolean(default=True)
mail_template_id = fields.Many2one(
"mail.template",
string="Email Template",
help="If set, an email will be sent to the partner "
"when the object reaches this substate.",
)
model = fields.Selection(
related="target_state_value_id.model",
store=True,
readonly=True,
help="Model for technical use",
)

View File

@ -0,0 +1,130 @@
# Copyright 2020 Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from flectra import _, api, fields, models
from flectra.exceptions import ValidationError
class BaseSubstateMixin(models.AbstractModel):
_name = "base.substate.mixin"
_description = "BaseSubstate Mixin"
_state_field = "state"
@api.constrains("substate_id", _state_field)
def check_substate_id_value(self):
rec_states = dict(self._fields[self._state_field].selection)
for rec in self:
target_state = rec.substate_id.target_state_value_id.target_state_value
if rec.substate_id and rec.state != target_state:
raise ValidationError(
_(
'The substate "%s" is not define for the state'
' "%s" but for "%s" '
)
% (
rec.substate_id.name,
_(rec_states[rec.state]),
_(rec_states[target_state]),
)
)
def _track_template(self, tracking):
res = super()._track_template(tracking)
first_rec = self[0]
changes, tracking_value_ids = tracking[first_rec.id]
if "substate_id" in changes and first_rec.substate_id.mail_template_id:
res["substate_id"] = (
first_rec.substate_id.mail_template_id,
{
"auto_delete_message": True,
"subtype_id": self.env["ir.model.data"].xmlid_to_res_id(
"mail.mt_note"
),
"notif_layout": "mail.mail_notification_light",
},
)
return res
def _get_default_substate_id(self, state_val=False):
"""Gives default substate_id"""
search_domain = self._get_default_substate_domain(state_val)
# perform search, return the first found
return (
self.env["base.substate"]
.search(search_domain, order="sequence", limit=1)
.id
)
def _get_default_substate_domain(self, state_val=False):
"""Override this method
to change domain values
"""
if not state_val:
state_val = self._get_default_state_value()
substate_type = self._get_substate_type()
state_field = substate_type.target_state_field
if self and not state_val and state_field in self._fields:
state_val = self[state_field]
domain = [("target_state_value_id.target_state_value", "=", state_val)]
domain += [
("target_state_value_id.base_substate_type_id", "=", substate_type.id)
]
return domain
def _get_default_state_value(
self,
):
"""Override this method
to change state_value
"""
return "draft"
def _get_substate_type(
self,
):
"""Override this method
to change substate_type (get by xml id for example)
"""
return self.env["base.substate.type"].search(
[("model", "=", self._name)], limit=1
)
substate_id = fields.Many2one(
"base.substate",
string="Sub State",
ondelete="restrict",
default=lambda self: self._get_default_substate_id(),
tracking=True,
index=True,
domain=lambda self: [("model", "=", self._name)],
copy=False,
)
@api.constrains("substate_id")
def check_substate_id_consistency(self):
for mixin_obj in self:
if mixin_obj.substate_id and mixin_obj.substate_id.model != self._name:
raise ValidationError(
_("This substate is not define for this object but for %s")
% mixin_obj.substate_id.model
)
def _update_before_write_create(self, values):
substate_type = self._get_substate_type()
state_field = substate_type.target_state_field
if values.get(state_field) and not values.get("substate_id"):
state_val = values.get(state_field)
values["substate_id"] = self._get_default_substate_id(state_val)
return values
def write(self, values):
values = self._update_before_write_create(values)
res = super().write(values)
return res
@api.model
def create(self, values):
values = self._update_before_write_create(values)
res = super().create(values)
return res

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<flectra>
<record id="group_substate_manager" model="res.groups">
<field name="name">Substate manager</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
</record>
</flectra>

View File

@ -0,0 +1,7 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_base_substate_type,base.substate.type user,model_base_substate_type,base.group_user,1,0,0,0
access_base_substate_type_manager,base.substate.type manager,model_base_substate_type,base_substate.group_substate_manager,1,1,1,1
access_target_state_value,base.substate.value user,model_target_state_value,base.group_user,1,0,0,0
access_target_state_value_manager,base.substate.value manager,model_target_state_value,base_substate.group_substate_manager,1,1,1,1
access_base_substate,base.substate user,model_base_substate,base.group_user,1,0,0,0
access_base_substate_manager,base.substate manager,model_base_substate,base_substate.group_substate_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_base_substate_type base.substate.type user model_base_substate_type base.group_user 1 0 0 0
3 access_base_substate_type_manager base.substate.type manager model_base_substate_type base_substate.group_substate_manager 1 1 1 1
4 access_target_state_value base.substate.value user model_target_state_value base.group_user 1 0 0 0
5 access_target_state_value_manager base.substate.value manager model_target_state_value base_substate.group_substate_manager 1 1 1 1
6 access_base_substate base.substate user model_base_substate base.group_user 1 0 0 0
7 access_base_substate_manager base.substate manager model_base_substate base_substate.group_substate_manager 1 1 1 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,438 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Base Sub State</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="base-sub-state">
<h1 class="title">Base Sub State</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" 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" 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" href="https://github.com/OCA/server-ux/tree/14.0/base_substate"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_substate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/250/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module provide abstract models to manage customizable
substates to be applied on different models (sale order, purchase, …).</p>
<div class="section" id="example">
<h1>example:</h1>
<ul class="simple">
<li>for the quotation state of a sale order we can define 3 substates “In negotiation”,
“Won” and “Lost”.</li>
<li>We can also send mail when the susbstate is reached.</li>
</ul>
<p>It is not useful for itself. You can see an example of implementation
in the purchase_substate module. (purchase-workflow repository).</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h2><a class="toc-backref" href="#id1">Usage</a></h2>
<ol class="arabic simple">
<li>You must install an application module depending this one (for example purchase_substate)</li>
</ol>
</div>
<div class="section" id="bug-tracker">
<h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-ux/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/server-ux/issues/new?body=module:%20base_substate%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h2><a class="toc-backref" href="#id3">Credits</a></h2>
<div class="section" id="authors">
<h3><a class="toc-backref" href="#id4">Authors</a></h3>
<ul class="simple">
<li>Akretion</li>
</ul>
</div>
<div class="section" id="contributors">
<h3><a class="toc-backref" href="#id5">Contributors</a></h3>
<ul class="simple">
<li>Mourad EL HADJ MIMOUNE &lt;<a class="reference external" href="mailto:mourad.elhadj.mimoune&#64;akretion.com">mourad.elhadj.mimoune&#64;akretion.com</a>&gt;</li>
<li>Kitti U. &lt;<a class="reference external" href="mailto:kittiu&#64;ecosoft.co.th">kittiu&#64;ecosoft.co.th</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h3><a class="toc-backref" href="#id6">Maintainers</a></h3>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-ux/tree/14.0/base_substate">OCA/server-ux</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1 @@
from . import test_base_substate

View File

@ -0,0 +1,53 @@
# Copyright 2020 Akretion Mourad EL HADJ MIMOUNE
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from flectra import api, fields, models
class SaleTest(models.Model):
_inherit = "base.substate.mixin"
_name = "base.substate.test.sale"
_description = "Base substate Test Model"
name = fields.Char(required=True)
user_id = fields.Many2one("res.users", string="Responsible")
state = fields.Selection(
[("draft", "New"), ("cancel", "Cancelled"), ("sale", "Sale"), ("done", "Done")],
string="Status",
readonly=True,
default="draft",
)
active = fields.Boolean(default=True)
partner_id = fields.Many2one("res.partner", string="Partner")
line_ids = fields.One2many(
comodel_name="base.substate.test.sale.line",
inverse_name="sale_id",
context={"active_test": False},
)
amount_total = fields.Float(compute="_compute_amount_total", store=True)
@api.depends("line_ids")
def _compute_amount_total(self):
for record in self:
for line in record.line_ids:
record.amount_total += line.amount * line.qty
def button_confirm(self):
self.write({"state": "sale"})
return True
def button_cancel(self):
self.write({"state": "cancel"})
class LineTest(models.Model):
_name = "base.substate.test.sale.line"
_description = "Base substate Test Model Line"
name = fields.Char()
sale_id = fields.Many2one(
comodel_name="base.substate.test.sale",
ondelete="cascade",
context={"active_test": False},
)
qty = fields.Float()
amount = fields.Float()

View File

@ -0,0 +1,121 @@
# Copyright 2020 Akretion Mourad EL HADJ MIMOUNE
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from flectra_test_helper import FakeModelLoader
from flectra.tests import common, tagged
@tagged("-at_install", "post_install")
class TestBaseSubstate(common.SavepointCase, FakeModelLoader):
@classmethod
def setUpClass(cls):
super(TestBaseSubstate, cls).setUpClass()
cls.loader = FakeModelLoader(cls.env, cls.__module__)
cls.loader.backup_registry()
from .models import LineTest, SaleTest
cls.loader.update_registry((SaleTest, LineTest))
cls.substate_test_sale = cls.env["base.substate.test.sale"]
cls.substate_test_sale_line = cls.env["base.substate.test.sale.line"]
cls.base_substate = cls.env["base.substate.mixin"]
cls.substate_type = cls.env["base.substate.type"]
cls.substate_type._fields["model"].selection.append(
("base.substate.test.sale", "Sale Order")
)
cls.substate_type = cls.env["base.substate.type"].create(
{
"name": "Sale",
"model": "base.substate.test.sale",
"target_state_field": "state",
}
)
cls.substate_val_quotation = cls.env["target.state.value"].create(
{
"name": "Quotation",
"base_substate_type_id": cls.substate_type.id,
"target_state_value": "draft",
}
)
cls.substate_val_sale = cls.env["target.state.value"].create(
{
"name": "Sale order",
"base_substate_type_id": cls.substate_type.id,
"target_state_value": "sale",
}
)
cls.substate_under_negotiation = cls.env["base.substate"].create(
{
"name": "Under negotiation",
"sequence": 1,
"target_state_value_id": cls.substate_val_quotation.id,
}
)
cls.substate_won = cls.env["base.substate"].create(
{
"name": "Won",
"sequence": 3,
"target_state_value_id": cls.substate_val_quotation.id,
}
)
cls.substate_wait_docs = cls.env["base.substate"].create(
{
"name": "Waiting for legal documents",
"sequence": 4,
"target_state_value_id": cls.substate_val_sale.id,
}
)
cls.substate_valid_docs = cls.env["base.substate"].create(
{
"name": "To validate legal documents",
"sequence": 5,
"target_state_value_id": cls.substate_val_sale.id,
}
)
cls.substate_in_delivering = cls.env["base.substate"].create(
{
"name": "In delivering",
"sequence": 6,
"target_state_value_id": cls.substate_val_sale.id,
}
)
@classmethod
def tearDownClass(cls):
cls.loader.restore_registry()
super().tearDownClass()
def test_sale_order_substate(self):
partner = self.env.ref("base.res_partner_1")
so_test1 = self.substate_test_sale.create(
{
"name": "Test base substate to basic sale",
"partner_id": partner.id,
"line_ids": [
(0, 0, {"name": "line test", "amount": 120.0, "qty": 1.5})
],
}
)
self.assertTrue(so_test1.state == "draft")
self.assertTrue(so_test1.substate_id == self.substate_under_negotiation)
# Test that validation of sale order change substate_id
so_test1.button_confirm()
self.assertTrue(so_test1.state == "sale")
self.assertTrue(so_test1.substate_id == self.substate_wait_docs)
# Test that substate_id is set to false if
# there is not substate corresponding to state
so_test1.button_cancel()
self.assertTrue(so_test1.state == "cancel")
self.assertTrue(not so_test1.substate_id)

View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2020 Akretion
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<flectra>
<record id="base_substate_type_view_tree" model="ir.ui.view">
<field name="model">base.substate.type</field>
<field name="arch" type="xml">
<tree>
<field name="name" />
<field name="model" />
<field name="target_state_field" />
</tree>
</field>
</record>
<record id="base_substate_type_view_form" model="ir.ui.view">
<field name="model">base.substate.type</field>
<field name="arch" type="xml">
<form string="Sub State Type" name="base_substate_type">
<sheet>
<div class="oe_title">
<label for="name" class="oe_edit_only" />
<h1>
<field name="name" />
</h1>
</div>
<group>
<group name="model_def" colspan="4" groups="base.group_system">
<field name="model" />
<field name="target_state_field" />
</group>
</group>
</sheet>
</form>
</field>
</record>
<record id="base_substate_type_view_search" model="ir.ui.view">
<field name="model">base.substate.type</field>
<field name="arch" type="xml">
<search string="Sub State Type">
<field name="name" />
<field name="model" />
<field name="target_state_field" />
</search>
</field>
</record>
<record model="ir.actions.act_window" id="act_open_base_substate_type_view">
<field name="name">Sub State Type</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">base.substate.type</field>
<field name="view_mode">tree,form</field>
<field name="search_view_id" ref="base_substate_type_view_search" />
<field name="domain">[]</field>
<field name="context">{}</field>
</record>
<record
model="ir.actions.act_window.view"
id="act_open_base_substate_type_view_form"
>
<field name="act_window_id" ref="act_open_base_substate_type_view" />
<field name="sequence" eval="20" />
<field name="view_mode">form</field>
<field name="view_id" ref="base_substate_type_view_form" />
</record>
<record
model="ir.actions.act_window.view"
id="act_open_base_substate_type_view_tree"
>
<field name="act_window_id" ref="act_open_base_substate_type_view" />
<field name="sequence" eval="10" />
<field name="view_mode">tree</field>
<field name="view_id" ref="base_substate_type_view_tree" />
</record>
<menuitem
id="menu_substate_config"
parent="base.next_id_9"
sequence="3"
name="Sub State Configuration"
/>
<menuitem
id="menu_base_substate_type"
parent="menu_substate_config"
sequence="20"
action="act_open_base_substate_type_view"
/>
</flectra>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2020 Akretion
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<flectra>
<record id="target_state_value_view_tree" model="ir.ui.view">
<field name="model">target.state.value</field>
<field name="arch" type="xml">
<tree>
<field name="name" />
<field name="base_substate_type_id" />
<field name="target_state_value" />
</tree>
</field>
</record>
<record id="target_state_value_view_form" model="ir.ui.view">
<field name="model">target.state.value</field>
<field name="arch" type="xml">
<form string="Target State Value">
<sheet>
<div class="oe_title">
<label for="name" class="oe_edit_only" />
<h1>
<field name="name" />
</h1>
</div>
<group>
<group
name="state_value"
colspan="4"
groups="base.group_system"
>
<field name="base_substate_type_id" />
<field name="target_state_value" />
</group>
</group>
</sheet>
</form>
</field>
</record>
<record id="target_state_value_view_search" model="ir.ui.view">
<field name="model">target.state.value</field>
<field name="arch" type="xml">
<search string="Target State Value">
<field name="name" />
<field name="base_substate_type_id" />
<field name="target_state_value" />
</search>
</field>
</record>
<record model="ir.actions.act_window" id="act_open_target_state_value_view">
<field name="name">Target State Value</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">target.state.value</field>
<field name="view_mode">tree,form</field>
<field name="search_view_id" ref="target_state_value_view_search" />
<field name="domain">[]</field>
<field name="context">{}</field>
</record>
<record
model="ir.actions.act_window.view"
id="act_open_target_state_value_view_form"
>
<field name="act_window_id" ref="act_open_target_state_value_view" />
<field name="sequence" eval="20" />
<field name="view_mode">form</field>
<field name="view_id" ref="target_state_value_view_form" />
</record>
<record
model="ir.actions.act_window.view"
id="act_open_target_state_value_view_tree"
>
<field name="act_window_id" ref="act_open_target_state_value_view" />
<field name="sequence" eval="10" />
<field name="view_mode">tree</field>
<field name="view_id" ref="target_state_value_view_tree" />
</record>
<menuitem
id="menu_target_state_value"
parent="menu_substate_config"
sequence="20"
action="act_open_target_state_value_view"
/>
</flectra>

View File

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2020 Akretion
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<flectra>
<record id="base_substate_view_tree" model="ir.ui.view">
<field name="model">base.substate</field>
<field name="arch" type="xml">
<tree>
<field name="name" />
<field name="description" />
<field name="sequence" widget="handle" />
<field name="target_state_value_id" />
<field name="active" widget="boolean_toggle" />
</tree>
</field>
</record>
<record id="base_substate_view_form" model="ir.ui.view">
<field name="model">base.substate</field>
<field name="arch" type="xml">
<form string="Base Substate" name="base_substate">
<sheet>
<div class="oe_button_box" name="button_box">
<button
name="toggle_active"
type="object"
class="oe_stat_button"
icon="fa-archive"
>
<field name="active" widget="boolean_button" />
</button>
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only" />
<h1>
<field name="name" />
</h1>
</div>
<group>
<group name="substate_definition">
<field name="description" />
<field name="sequence" />
<field name="target_state_value_id" />
<field name="model" />
<field
name="mail_template_id"
domain="[('model_id', '=', model)]"
/>
</group>
</group>
</sheet>
</form>
</field>
</record>
<record id="base_substate_view_search" model="ir.ui.view">
<field name="model">base.substate</field>
<field name="arch" type="xml">
<search string="Base Substate">
<field name="name" />
</search>
</field>
</record>
<record model="ir.actions.act_window" id="act_open_base_substate_view">
<field name="name">Base Substate</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">base.substate</field>
<field name="view_mode">tree,form</field>
<field name="search_view_id" ref="base_substate_view_search" />
<field name="domain">[]</field>
<field name="context">{}</field>
</record>
<record model="ir.actions.act_window.view" id="act_open_base_substate_view_form">
<field name="act_window_id" ref="act_open_base_substate_view" />
<field name="sequence" eval="20" />
<field name="view_mode">form</field>
<field name="view_id" ref="base_substate_view_form" />
</record>
<record model="ir.actions.act_window.view" id="act_open_base_substate_view_tree">
<field name="act_window_id" ref="act_open_base_substate_view" />
<field name="sequence" eval="10" />
<field name="view_mode">tree</field>
<field name="view_id" ref="base_substate_view_tree" />
</record>
<menuitem
id="menu_base_substate"
parent="menu_substate_config"
sequence="20"
action="act_open_base_substate_view"
/>
</flectra>

View File

@ -3,7 +3,7 @@
{
"name": "Technical features group",
"summary": "Access to technical features without activating debug mode",
"version": "2.0.1.1.0",
"version": "2.0.1.1.1",
"category": "Usability",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Opener B.V., Odoo Community Association (OCA)",

View File

@ -24,16 +24,16 @@ class ResUsers(models.Model):
def _compute_show_technical_features(self):
"""Only display the technical features checkbox in the user
preferences if the user has access to them"""
users = self.env.ref("base.group_no_one").users
for user in self:
user.show_technical_features = user in users
user.show_technical_features = user.has_group("base.group_no_one")
@api.depends("groups_id")
def _compute_technical_features(self):
""" Map user membership to boolean field value """
users = self.env.ref("base_technical_features.group_technical_features").users
"""Map user membership to boolean field value"""
for user in self:
user.technical_features = user in users
user.technical_features = user.has_group(
"base_technical_features.group_technical_features"
)
def _inverse_technical_features(self):
"""Map boolean field value to group membership, but checking

View File

@ -7,6 +7,7 @@ Most of the files are
Copyright 2018-19 ForgeFlow S.L. (https://www.forgeflow.com)
Copyright 2019 Ecosoft Co., Ltd. (http://ecosoft.co.th)
Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com)
Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
Copyright 2018 Flectra Community
Many files also contain contributions from third

View File

@ -3,7 +3,7 @@
{
"name": "Base Tier Validation",
"summary": "Implement a validation process based on tiers.",
"version": "2.0.2.3.0",
"version": "2.0.2.10.0",
"development_status": "Mature",
"maintainers": ["LoisRForgeFlow"],
"category": "Tools",
@ -17,6 +17,7 @@
"data/mail_data.xml",
"security/ir.model.access.csv",
"security/tier_validation_security.xml",
"views/res_config_settings_views.xml",
"views/tier_definition_view.xml",
"views/tier_review_view.xml",
"views/assets_backend.xml",

View File

@ -30,4 +30,14 @@
<field name="internal" eval="True" />
<field name="hidden" eval="True" />
</record>
<record
id="mt_tier_validation_restarted"
model="mail.message.subtype"
forcecreate="1"
>
<field name="name">Tier Validation Restarted</field>
<field name="default" eval="True" />
<field name="internal" eval="True" />
<field name="hidden" eval="True" />
</record>
</flectra>

View File

@ -106,7 +106,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group."
msgid "Any user in a specific group"
msgstr ""
#. module: base_tier_validation
@ -177,6 +177,11 @@ msgstr ""
msgid "Company"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
@ -213,6 +218,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
@ -237,6 +243,11 @@ msgstr ""
msgid "Done by"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
@ -255,6 +266,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
@ -271,6 +283,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
@ -303,6 +316,11 @@ msgstr ""
msgid "More Options"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
@ -314,6 +332,17 @@ msgstr ""
msgid "New Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -326,6 +355,33 @@ msgstr ""
msgid "Notify Reviewers on Creation"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -350,6 +406,11 @@ msgstr ""
msgid "Rejected"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
@ -406,6 +467,12 @@ msgstr ""
msgid "Reviewer"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
@ -455,11 +522,30 @@ msgstr ""
msgid "The operation is under validation."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. \n"
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
@ -472,12 +558,37 @@ msgstr ""
msgid "Tier Definition"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
@ -498,11 +609,21 @@ msgstr ""
msgid "Tier Validation Requested"
msgstr ""
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr ""
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
@ -520,6 +641,11 @@ msgstr ""
msgid "Users"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
@ -535,6 +661,11 @@ msgstr ""
msgid "Validated"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type

View File

@ -120,8 +120,8 @@ msgstr "Todos"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group."
msgstr "Cualquier usuario en el grupo especificado."
msgid "Any user in a specific group"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
@ -193,6 +193,11 @@ msgstr "Comentarios"
msgid "Company"
msgstr "Compañía"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
@ -229,6 +234,7 @@ msgstr "Descripción"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
@ -253,6 +259,11 @@ msgstr "Hecho Por"
msgid "Done by"
msgstr "Hecho Por"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
@ -271,6 +282,7 @@ msgstr "Ha comentado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
@ -290,6 +302,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
@ -322,6 +335,11 @@ msgstr "Modelo"
msgid "More Options"
msgstr "Más opciones"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
@ -333,6 +351,17 @@ msgstr "Necesita validación"
msgid "New Tier Validation"
msgstr "Nueva Validación de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -346,6 +375,33 @@ msgstr "No hay revisiones a realizar."
msgid "Notify Reviewers on Creation"
msgstr "Notificar validadores en la creación"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -370,6 +426,11 @@ msgstr "Rechazar"
msgid "Rejected"
msgstr "Rechazado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
@ -429,6 +490,12 @@ msgstr "Revisor"
msgid "Reviewer"
msgstr "Revisor"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
@ -478,15 +545,32 @@ msgstr "Estado"
msgid "The operation is under validation."
msgstr "Esta operación está en proceso de validación."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. \n"
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
"Esta acción necesita ser validada para algún registro.\n"
"Por favor, solicita una validación."
#. module: base_tier_validation
#: model:ir.actions.act_window,name:base_tier_validation.tier_definition_action
@ -497,12 +581,37 @@ msgstr ""
msgid "Tier Definition"
msgstr "Definición de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "Revisión de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
@ -525,11 +634,21 @@ msgstr "Validaciones de Nivel (abstracto)"
msgid "Tier Validation Requested"
msgstr ""
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr ""
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "Validaciones de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
@ -547,6 +666,11 @@ msgstr ""
msgid "Users"
msgstr "Usuarios"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
@ -563,6 +687,11 @@ msgstr "Validado"
msgid "Validated"
msgstr "Validado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
@ -587,6 +716,16 @@ msgstr "Validaciones"
msgid "e.g. Tier Validation for..."
msgstr "ej. Validación de Nivel por..."
#~ msgid ""
#~ "This action needs to be validated for at least one record. \n"
#~ "Please request a validation."
#~ msgstr ""
#~ "Esta acción necesita ser validada para algún registro.\n"
#~ "Por favor, solicita una validación."
#~ msgid "Any user in a specific group."
#~ msgstr "Cualquier usuario en el grupo especificado."
#~ msgid "Tier"
#~ msgstr "Nivel"

View File

@ -0,0 +1,717 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_tier_validation
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-08-16 22:50+0000\n"
"Last-Translator: Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx>\n"
"Language-Team: none\n"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "0 Pending"
msgstr "0 Pendientes"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-info-circle\"/>\n"
" This Record needs to be\n"
" validated."
msgstr ""
"<i class=\"fa fa-info-circle\"/>\n"
" Este registro necesita ser\n"
" validado."
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-thumbs-down\"/>\n"
" Operation has been\n"
" <b>rejected</b>\n"
" ."
msgstr ""
"<i class=\"fa fa-thumbs-down\"/>\n"
" La operación ha sido\n"
" <b>rechazada</b>\n"
" ."
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-thumbs-up\"/>\n"
" Operation has been\n"
" <b>validated</b>\n"
" !"
msgstr ""
"<i class=\"fa fa-thumbs-up\"/>\n"
" ¡La operación ha sido\n"
" <b>validada</b>\n"
" !"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "<span class=\"oe_edit_only\">Name</span>"
msgstr "<span class=\"oe_edit_only\">Nombre</span>"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review has been requested by %s."
msgstr "%s ha solicitado una revisión."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was accepted"
msgstr "Se aceptó una revisión"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was accepted. (%s)"
msgstr "Se aceptó una revisión. (%s)"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was rejected by %s."
msgstr "%s rechazó una revisión."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was rejected by {}. ({})"
msgstr "{} rechazó una revisión. ({})"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A validation process is still open for at least one record."
msgstr ""
"Todavía hay un proceso de validación abierto para al menos un registro."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__active
msgid "Active"
msgstr "Activo"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "Activities"
msgstr "Actividades"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "All"
msgstr "Todos"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group"
msgstr "Cualquier usuario de un grupo específico"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "Apply On"
msgstr "Aplicar en"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_definition__approve_sequence
#: model:ir.model.fields,help:base_tier_validation.field_tier_review__approve_sequence
msgid "Approval order by the specified sequence number"
msgstr "Orden de aprobación por el número de secuencia especificado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__approve_sequence
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__approve_sequence
msgid "Approve by sequence"
msgstr "Aprobar por secuencia"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__approved
msgid "Approved"
msgstr "Aprobado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__can_review
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__can_review
msgid "Can Review"
msgstr "Puede revisar"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_review__can_review
msgid ""
"Can review will be marked if the review is pending and the\n"
" approve sequence has been achieved"
msgstr ""
"Puede revisar se marcará si la revisión está pendiente y\n"
" se ha logrado aprobar la secuencia"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.view_comment_wizard
msgid "Cancel"
msgstr "Cancelado"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/models/tier_validation.py:0
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__comment
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__has_comment
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__has_comment
#: model_terms:ir.ui.view,arch_db:base_tier_validation.view_comment_wizard
#, python-format
msgid "Comment"
msgstr "Comentario"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_comment_wizard
msgid "Comment Wizard"
msgstr "Asistente de comentarios"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__comment
msgid "Comments"
msgstr "Comentarios"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__company_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__company_id
msgid "Company"
msgstr "Empresa"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__definition_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__definition_id
msgid "Definition"
msgstr "Definición de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__definition_domain
msgid "Definition Domain"
msgstr "Dominio de definición"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__name
#, python-format
msgid "Description"
msgstr "Descripción"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__definition_type__domain
msgid "Domain"
msgstr "Dominio"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__done_by
msgid "Done By"
msgstr "Realizado por"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Done by"
msgstr "Realizado por"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr "Campo en registro relacionado"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "Group %s"
msgstr "Grupo %s"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "Group By"
msgstr "Agrupar por"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__has_comment
msgid "Has Comment"
msgstr "Tiene comentario"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__id
msgid "ID"
msgstr "Identificación"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_definition__notify_on_create
msgid ""
"If set, all possible reviewers will be notified by email when this "
"definition is triggered."
msgstr ""
"Si se establece, todos los posibles revisores serán notificados por correo "
"electrónico cuando se active esta definición."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation____last_update
msgid "Last Modified on"
msgstr "Última modificación el"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__write_uid
msgid "Last Updated by"
msgstr "Última modificación por"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__write_date
msgid "Last Updated on"
msgstr "Última modificación en"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__model
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "Model"
msgstr "Modelo"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "More Options"
msgstr "Más opciones"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
msgstr "Necesita validación"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_definition.py:0
#, python-format
msgid "New Tier Validation"
msgstr "Nueva Definición de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "No reviews to do."
msgstr "No hay revisiones que hacer."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__notify_on_create
msgid "Notify Reviewers on Creation"
msgstr "Notificar a los revisores sobre la creación"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__pending
#, python-format
msgid "Pending"
msgstr "Pendiente"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__model_id
msgid "Referenced Model"
msgstr "Modelo referenciado"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Reject"
msgstr "Rechazar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__rejected
msgid "Rejected"
msgstr "Rechazado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
msgstr "ID de documento relacionado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__model
msgid "Related Document Model"
msgstr "Modelo de documento relacionado"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_buttons
msgid "Request Validation"
msgstr "Solicitar Validación"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__requested_by
msgid "Requested By"
msgstr "Solicitado por"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Requested by"
msgstr "Solicitado por"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__res_id
msgid "Res"
msgstr "Res"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__res_model
msgid "Res Model"
msgstr "Modelo Res"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_buttons
msgid "Restart Validation"
msgstr "Reiniciar la validación"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__review_ids
#, python-format
msgid "Review"
msgstr "Revisión"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_id
msgid "Reviewer"
msgstr "Evaluador"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr "Campo de revisor"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
msgid "Reviewer group"
msgstr "Grupo de revisores"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_ids
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__reviewer_ids
msgid "Reviewers"
msgstr "Revisores"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__review_ids
#, python-format
msgid "Reviews"
msgstr "Comentarios"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__sequence
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__sequence
#, python-format
msgid "Sequence"
msgstr "Secuencia"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__individual
msgid "Specific user"
msgstr "Usuario específico"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__status
#, python-format
msgid "Status"
msgstr "Estatus"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The operation is under validation."
msgstr "La operación está en proceso de validación."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr "%s ha restablecido la revisión."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr "No hay res.users en el campo seleccionado"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
#. module: base_tier_validation
#: model:ir.actions.act_window,name:base_tier_validation.tier_definition_action
#: model:ir.model,name:base_tier_validation.model_tier_definition
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_definition
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_tree
msgid "Tier Definition"
msgstr "Definición de Nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "Revisión de niveles"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
msgstr "Validación de nivel (resumen)"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_accepted
msgid "Tier Validation Accepted Notification"
msgstr "Notificación de validación de nivel aceptada"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_rejected
msgid "Tier Validation Rejected Notification"
msgstr "Notificación de rechazo de validación de nivel"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_requested
msgid "Tier Validation Requested"
msgstr "Validación de nivel solicitada"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr "Se reinició la validación de nivel"
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "Validaciones de nivel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
msgstr "Por Hacer por"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Todo by"
msgstr "Por Hacer por"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_users
msgid "Users"
msgstr "Usuarios"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr "Campo de revisor válido"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
msgstr "Validar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__validate_reject
msgid "Validate Reject"
msgstr "Validar Rechazar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated
msgid "Validated"
msgstr "Validado"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
msgid "Validated by"
msgstr "Validado por"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewed_date
#, python-format
msgid "Validation Date"
msgstr "Fecha de validación"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__review_ids
msgid "Validations"
msgstr "Validaciones"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "e.g. Tier Validation for..."
msgstr "p.ej. Validación de nivel para ..."
#~ msgid ""
#~ "This action needs to be validated for at least one record. \n"
#~ "Please request a validation."
#~ msgstr ""
#~ "Esta acción debe validarse para al menos un registro.\n"
#~ "Solicite una validación."

View File

@ -122,8 +122,8 @@ msgstr "Tout"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group."
msgstr "Tout utilisateur d'un groupe spécifique."
msgid "Any user in a specific group"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
@ -193,6 +193,11 @@ msgstr "Commentaires"
msgid "Company"
msgstr "Société"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
@ -229,6 +234,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
@ -253,6 +259,11 @@ msgstr "Fait par"
msgid "Done by"
msgstr "Fait par"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
@ -271,6 +282,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
@ -287,6 +299,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
@ -319,6 +332,11 @@ msgstr ""
msgid "More Options"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
@ -330,6 +348,17 @@ msgstr "Doit être validé"
msgid "New Tier Validation"
msgstr "Nouvelle validation par un tiers"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -342,6 +371,33 @@ msgstr ""
msgid "Notify Reviewers on Creation"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -366,6 +422,11 @@ msgstr "Rejet"
msgid "Rejected"
msgstr "Rejeté"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
@ -422,6 +483,12 @@ msgstr "Vérification"
msgid "Reviewer"
msgstr "Vérificateur"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
@ -471,11 +538,30 @@ msgstr "Statut"
msgid "The operation is under validation."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. \n"
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
@ -488,12 +574,37 @@ msgstr ""
msgid "Tier Definition"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "Vérification par un tiers"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
@ -514,11 +625,21 @@ msgstr ""
msgid "Tier Validation Requested"
msgstr "Validation par un tiers demandée"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr ""
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "Validation par un tiers"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
@ -536,6 +657,11 @@ msgstr "A faire par"
msgid "Users"
msgstr "Utilisateurs"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
@ -551,6 +677,11 @@ msgstr ""
msgid "Validated"
msgstr "Validé"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
@ -574,3 +705,6 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "e.g. Tier Validation for..."
msgstr "ie Validation par un tiers pour..."
#~ msgid "Any user in a specific group."
#~ msgstr "Tout utilisateur d'un groupe spécifique."

View File

@ -0,0 +1,724 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_tier_validation
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-05-27 19:05+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "0 Pending"
msgstr "0 In attesa"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-info-circle\"/>\n"
" This Record needs to be\n"
" validated."
msgstr ""
"<i class=\"fa fa-info-circle\"/>\n"
" Questo Record necessita di\n"
" approvazione."
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-thumbs-down\"/>\n"
" Operation has been\n"
" <b>rejected</b>\n"
" ."
msgstr ""
"<i class=\"fa fa-thumbs-down\"/>\n"
" L'operazione è stata\n"
" <b>rifiutata</b>\n"
" ."
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-thumbs-up\"/>\n"
" Operation has been\n"
" <b>validated</b>\n"
" !"
msgstr ""
"<i class=\"fa fa-thumbs-up\"/>\n"
" L'operazione è stata\n"
" <b>approvata</b>\n"
" !"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "<span class=\"oe_edit_only\">Name</span>"
msgstr "<span class=\"oe_edit_only\">Nome</span>"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review has been requested by %s."
msgstr "Un'approvazione è stata richiesta da %s."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was accepted"
msgstr "Un'approvazione è stata accettata"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was accepted. (%s)"
msgstr "Un'approvazione è stata accettata. (%s)"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was rejected by %s."
msgstr "Un'approvazione è stata rifiutata da %s."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was rejected by {}. ({})"
msgstr "Un'approvazione è stata rifiutata da {}. ({})"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A validation process is still open for at least one record."
msgstr "Un processo di approvazione è ancora aperto per almeno un record."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__active
msgid "Active"
msgstr "Attivo"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "Activities"
msgstr "Attività"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "All"
msgstr "Tutto"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group"
msgstr "Qualunque utente in un gruppo specifico"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "Apply On"
msgstr "Applica A"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_definition__approve_sequence
#: model:ir.model.fields,help:base_tier_validation.field_tier_review__approve_sequence
msgid "Approval order by the specified sequence number"
msgstr "Ordine di approvazione specificato da numero sequenza"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__approve_sequence
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__approve_sequence
msgid "Approve by sequence"
msgstr "Approva in sequenza"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__approved
msgid "Approved"
msgstr "Approvato"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__can_review
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__can_review
msgid "Can Review"
msgstr "Può approvare"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_review__can_review
msgid ""
"Can review will be marked if the review is pending and the\n"
" approve sequence has been achieved"
msgstr ""
"\"Può approvare\" sarà attivo se l'approvazione è in sospeso e la\n"
" sequenza di approvazione è soddisfatta"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.view_comment_wizard
msgid "Cancel"
msgstr "Annulla"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/models/tier_validation.py:0
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__comment
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__has_comment
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__has_comment
#: model_terms:ir.ui.view,arch_db:base_tier_validation.view_comment_wizard
#, python-format
msgid "Comment"
msgstr "Commento"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_comment_wizard
msgid "Comment Wizard"
msgstr "Wizard Commento"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__comment
msgid "Comments"
msgstr "Commenti"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__company_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__company_id
msgid "Company"
msgstr "Azienda"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr "Impostazioni configurazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__create_date
msgid "Created on"
msgstr "Creato il"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__definition_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__definition_id
msgid "Definition"
msgstr "Definizione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__definition_domain
msgid "Definition Domain"
msgstr "Dominio Definizione"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__name
#, python-format
msgid "Description"
msgstr "Descrizione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__display_name
msgid "Display Name"
msgstr "Nome Visualizzato"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__definition_type__domain
msgid "Domain"
msgstr "Dominio"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__done_by
msgid "Done By"
msgstr "Eseguito Da"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Done by"
msgstr "Eseguito da"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr "Campo in record collegato"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "Group %s"
msgstr "Gruppo %s"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "Group By"
msgstr "Raggruppa Per"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__has_comment
msgid "Has Comment"
msgstr "Ha commenti"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__id
msgid "ID"
msgstr "ID"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_definition__notify_on_create
msgid ""
"If set, all possible reviewers will be notified by email when this "
"definition is triggered."
msgstr ""
"Se impostato, tutti i possibili approvatori saranno notificati via email "
"quando la definizione è attivata."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation____last_update
msgid "Last Modified on"
msgstr "Ultima Modifica il"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__model
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "Model"
msgstr "Modello"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "More Options"
msgstr "Più Opzioni"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
"Altri report sulle approvazioni, es. riassunto di tutte le mie approvazioni"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
msgstr "Richiede Approvazione"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_definition.py:0
#, python-format
msgid "New Tier Validation"
msgstr "Nuovo Livello Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr "Prossima approvazione"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr "Prossimo: %s"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "No reviews to do."
msgstr "Nessuna approvazione da fare."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__notify_on_create
msgid "Notify Reviewers on Creation"
msgstr "Notifica Approvatori su Creazione"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr "L'operazione è stata <b>rifiutata</b>."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr "L'operazione è stata <b>validata</b>!"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
"Opzione per inoltrare una approvazione ad un altro approvatore e ritorno"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr "Opzione per attivare azioni del server al completamento di approvazioni"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
"Opzione per usare una formula python per ottenere approvatori e trovare "
"documenti"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__pending
#, python-format
msgid "Pending"
msgstr "In sospeso"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__model_id
msgid "Referenced Model"
msgstr "Modello di riferimento"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Reject"
msgstr "Rifiuta"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__rejected
msgid "Rejected"
msgstr "Rifiutato"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr "Messaggio rifiutato"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
msgstr "ID documento relazionato"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__model
msgid "Related Document Model"
msgstr "Modello documento relazionato"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_buttons
msgid "Request Validation"
msgstr "Richiedi Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__requested_by
msgid "Requested By"
msgstr "Richiesta Da"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Requested by"
msgstr "Richiesta da"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__res_id
msgid "Res"
msgstr "Res"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__res_model
msgid "Res Model"
msgstr "Res Model"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_buttons
msgid "Restart Validation"
msgstr "Riavvia Approvazione"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__review_ids
#, python-format
msgid "Review"
msgstr "Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_id
msgid "Reviewer"
msgstr "Approvatore"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr "Campo approvatore"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
msgid "Reviewer group"
msgstr "Gruppo approvatore"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_ids
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__reviewer_ids
msgid "Reviewers"
msgstr "Approvatori"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__review_ids
#, python-format
msgid "Reviews"
msgstr "Approvazioni"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__sequence
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__sequence
#, python-format
msgid "Sequence"
msgstr "Sequenza"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__individual
msgid "Specific user"
msgstr "Utente specifico"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__status
#, python-format
msgid "Status"
msgstr "Stato"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The operation is under validation."
msgstr "L'operazione è sotto approvazione."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr "L'approvazione è stata riavviata da %s."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr "Non ci sono res.users nel campo selezionato"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr "Questo %s deve essere approvato"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
"Quest'azione deve essere approvata per almeno un record. Approvazioni in "
"sospeso:\n"
" - %s \n"
"Per favore, richiedi un'approvazione."
#. module: base_tier_validation
#: model:ir.actions.act_window,name:base_tier_validation.tier_definition_action
#: model:ir.model,name:base_tier_validation.model_tier_definition
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_definition
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_tree
msgid "Tier Definition"
msgstr "Definizione Livello"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr "Formula livello"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr "Livello avanti & indietro"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr "Report livelli"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "Livello Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr "Azione server livello"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr "Livello approvazione"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
msgstr "Livello Approvazione (astratto)"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_accepted
msgid "Tier Validation Accepted Notification"
msgstr "Notifica Accettazione Livello Approvazione"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_rejected
msgid "Tier Validation Rejected Notification"
msgstr "Notifica Rifiuto Livello Approvazione"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_requested
msgid "Tier Validation Requested"
msgstr "Approvazione Richiesta"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr "Approvazione Riavviata"
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "Livelli di Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr "Messaggio da approvare"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
msgstr "Incaricati"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Todo by"
msgstr "Incaricati"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_users
msgid "Users"
msgstr "Utenti"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr "Campo approvatore valido"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
msgstr "Approva"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__validate_reject
msgid "Validate Reject"
msgstr "Rifiuta Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated
msgid "Validated"
msgstr "Approvato"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr "Messaggio approvato"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
msgid "Validated by"
msgstr "Approvato da"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewed_date
#, python-format
msgid "Validation Date"
msgstr "Data Approvazione"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__review_ids
msgid "Validations"
msgstr "Approvazioni"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "e.g. Tier Validation for..."
msgstr "es: Approvazione per..."
#~ msgid ""
#~ "This action needs to be validated for at least one record. \n"
#~ "Please request a validation."
#~ msgstr ""
#~ "Questa azione richiede di essere approvata per almeno un record.\n"
#~ "Prego richiedere un'approvazione."

View File

@ -109,8 +109,8 @@ msgstr "Alle"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group."
msgstr "Elke gebruiker in een specifieke groep."
msgid "Any user in a specific group"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
@ -180,6 +180,11 @@ msgstr "Opmerkingen"
msgid "Company"
msgstr "Bedrijf"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
@ -216,6 +221,7 @@ msgstr "Omschrijving"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
@ -240,6 +246,11 @@ msgstr "Gedaan door"
msgid "Done by"
msgstr "Gedaan door"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
@ -258,6 +269,7 @@ msgstr "Heeft commentaar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
@ -276,6 +288,7 @@ msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
@ -308,6 +321,11 @@ msgstr "Model"
msgid "More Options"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
@ -319,6 +337,17 @@ msgstr "Validatie nodig"
msgid "New Tier Validation"
msgstr "Nieuwe Tier-validatie"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -331,6 +360,33 @@ msgstr "Geen beoordelingen te doen."
msgid "Notify Reviewers on Creation"
msgstr "Informeer beoordelaar bij het maken"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -355,6 +411,11 @@ msgstr ""
msgid "Rejected"
msgstr "Afgekeurd"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
@ -411,6 +472,12 @@ msgstr "Beoordeling"
msgid "Reviewer"
msgstr "Beoordelaar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
@ -460,15 +527,32 @@ msgstr "Status"
msgid "The operation is under validation."
msgstr "De bewerking is onder validatie."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. \n"
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
"Deze actie moet voor ten minste één record gevalideerd worden.\n"
"Vraag een validatie aan."
#. module: base_tier_validation
#: model:ir.actions.act_window,name:base_tier_validation.tier_definition_action
@ -479,12 +563,37 @@ msgstr ""
msgid "Tier Definition"
msgstr "Tier definitie"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "Tier beoordeling"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
@ -507,11 +616,21 @@ msgstr "Tier-validatie (abstract)"
msgid "Tier Validation Requested"
msgstr ""
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr ""
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "Tier-validaties"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
@ -529,6 +648,11 @@ msgstr ""
msgid "Users"
msgstr "Gebruikers"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
@ -544,6 +668,11 @@ msgstr "Valideren weigeren"
msgid "Validated"
msgstr "Gevalideerd"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
@ -568,6 +697,16 @@ msgstr "Validaties"
msgid "e.g. Tier Validation for..."
msgstr "bijv. Tier validatie voor..."
#~ msgid ""
#~ "This action needs to be validated for at least one record. \n"
#~ "Please request a validation."
#~ msgstr ""
#~ "Deze actie moet voor ten minste één record gevalideerd worden.\n"
#~ "Vraag een validatie aan."
#~ msgid "Any user in a specific group."
#~ msgstr "Elke gebruiker in een specifieke groep."
#~ msgid "Tier"
#~ msgstr "Tier"

View File

@ -0,0 +1,723 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_tier_validation
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-03-08 13:17+0000\n"
"Last-Translator: Simon S <simon.stromberg@vertel.se>\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "0 Pending"
msgstr "0 väntande"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-info-circle\"/>\n"
" This Record needs to be\n"
" validated."
msgstr ""
"<i class=\"fa fa-info-circle\"/>\n"
" Den här posten måste\n"
" valideras."
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-thumbs-down\"/>\n"
" Operation has been\n"
" <b>rejected</b>\n"
" ."
msgstr ""
"<i class=\"fa fa-thumbs-down\"/>\n"
" Åtgärden har\n"
" <b>nekats</b>\n"
" ."
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid ""
"<i class=\"fa fa-thumbs-up\"/>\n"
" Operation has been\n"
" <b>validated</b>\n"
" !"
msgstr ""
"<i class=\"fa fa-thumbs-up\"/>\n"
" Åtgärden har\n"
" <b>validerats</b>\n"
" !"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "<span class=\"oe_edit_only\">Name</span>"
msgstr "<span class=\"oe_edit_only\">Namn</span>"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review has been requested by %s."
msgstr "En granskning har begärts av %s."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was accepted"
msgstr "En granskning accepterades"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was accepted. (%s)"
msgstr "En granskning accepterades. (%s)"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was rejected by %s."
msgstr "En granskning nekades av %s."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A review was rejected by {}. ({})"
msgstr "En granskning nekades av {}. ({})"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "A validation process is still open for at least one record."
msgstr "En valideringsprocess är fortfarande öppen för minst en post."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__active
msgid "Active"
msgstr "Aktiv"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "Activities"
msgstr "Aktiviteter"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "All"
msgstr "Alla"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group"
msgstr "Alla användare i en specifik grupp"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "Apply On"
msgstr "Applicera på"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_definition__approve_sequence
#: model:ir.model.fields,help:base_tier_validation.field_tier_review__approve_sequence
msgid "Approval order by the specified sequence number"
msgstr "Godkännandeordning enligt angivet sekvensnummer"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__approve_sequence
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__approve_sequence
msgid "Approve by sequence"
msgstr "Godkänn efter sekvens"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__approved
msgid "Approved"
msgstr "Godkänd"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__can_review
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__can_review
msgid "Can Review"
msgstr "Kan granska"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_review__can_review
msgid ""
"Can review will be marked if the review is pending and the\n"
" approve sequence has been achieved"
msgstr ""
"Kan granska kommer att vara ikryssad om granskningen är väntande och\n"
" godkännandesekvensen har uppnåtts"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.view_comment_wizard
msgid "Cancel"
msgstr "Avbryt"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/models/tier_validation.py:0
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__comment
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__has_comment
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__has_comment
#: model_terms:ir.ui.view,arch_db:base_tier_validation.view_comment_wizard
#, python-format
msgid "Comment"
msgstr "Kommentar"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_comment_wizard
msgid "Comment Wizard"
msgstr "Kommentarsguide"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__comment
msgid "Comments"
msgstr "Kommentarer"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__company_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__company_id
msgid "Company"
msgstr "Bolag"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr "Konfigurationsinställningar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__create_uid
msgid "Created by"
msgstr "Skapad av"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__create_date
msgid "Created on"
msgstr "Skapad den"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__definition_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__definition_id
msgid "Definition"
msgstr "Definition"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__definition_domain
msgid "Definition Domain"
msgstr "Definitionsdomän"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__name
#, python-format
msgid "Description"
msgstr "Beskrivning"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__display_name
msgid "Display Name"
msgstr "Visningsnamn"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__definition_type__domain
msgid "Domain"
msgstr "Domän"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__done_by
msgid "Done By"
msgstr "Gjord av"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Done by"
msgstr "Gjord av"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr "Fält i relaterad post"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "Group %s"
msgstr "Grupp %s"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "Group By"
msgstr "Gruppera efter"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__has_comment
msgid "Has Comment"
msgstr "Har kommentar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__id
msgid "ID"
msgstr "ID"
#. module: base_tier_validation
#: model:ir.model.fields,help:base_tier_validation.field_tier_definition__notify_on_create
msgid ""
"If set, all possible reviewers will be notified by email when this "
"definition is triggered."
msgstr ""
"Om den är inställd kommer alla möjliga granskare att meddelas via e-post när "
"denna definition aktiveras."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation____last_update
msgid "Last Modified on"
msgstr "Senast ändrad den"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__write_uid
msgid "Last Updated by"
msgstr "Senast uppdaterad av"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_date
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__write_date
msgid "Last Updated on"
msgstr "Senast uppdaterad den"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__model
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_search
msgid "Model"
msgstr "Modell"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "More Options"
msgstr "Fler alternativ"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
"Fler rapporter om attesteringar, dvs. en sammanfattning av alla mina "
"granskningar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
msgstr "Behöver validering"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_definition.py:0
#, python-format
msgid "New Tier Validation"
msgstr "Ny attestering"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr "Nästa granskning"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr "Nästa: %s"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#, python-format
msgid "No reviews to do."
msgstr "Inga granskningar att göra."
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__notify_on_create
msgid "Notify Reviewers on Creation"
msgstr "Meddela granskare vid skapande"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
"Alternativ för att vidarebefordra en attestering till en annan granskare och "
"bakåt"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
"Alternativ för att utlösa serveråtgärder när attesteringar har slutförts"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
"Alternativ för att använda python-formel för att få fram granskare och hitta "
"dokument"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__pending
#, python-format
msgid "Pending"
msgstr "Väntande"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__model_id
msgid "Referenced Model"
msgstr "Refererad modell"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Reject"
msgstr "Neka"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_review__status__rejected
msgid "Rejected"
msgstr "Nekad"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
msgstr "ID för relaterat dokument"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__model
msgid "Related Document Model"
msgstr "Modell för relaterat dokument"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_buttons
msgid "Request Validation"
msgstr "Begär attestering"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__requested_by
msgid "Requested By"
msgstr "Begärd av"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Requested by"
msgstr "Begärd av"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__res_id
msgid "Res"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__res_model
msgid "Res Model"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_buttons
msgid "Restart Validation"
msgstr "Starta om attestering"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__review_ids
#, python-format
msgid "Review"
msgstr "Granska"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_id
msgid "Reviewer"
msgstr "Granskare"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr "Granskarfält"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
msgid "Reviewer group"
msgstr "Granskargrupp"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_ids
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__reviewer_ids
msgid "Reviewers"
msgstr "Granskare"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__review_ids
#, python-format
msgid "Reviews"
msgstr "Granskningar"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__sequence
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__sequence
#, python-format
msgid "Sequence"
msgstr "Sekvens"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__individual
msgid "Specific user"
msgstr "Specifik användare"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__status
#, python-format
msgid "Status"
msgstr "Status"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The operation is under validation."
msgstr "Åtgärden håller på att valideras."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr "Granskningen har återställts av %s."
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr "Det finns inga res.users i det valda fältet"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
#. module: base_tier_validation
#: model:ir.actions.act_window,name:base_tier_validation.tier_definition_action
#: model:ir.model,name:base_tier_validation.model_tier_definition
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_definition
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_tree
msgid "Tier Definition"
msgstr "Attestdefinition"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr "Attestformel"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr "Attest framåt och bakåt"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr "Attestrapporter"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "Attestgranskning"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr "Attestserveråtgärd"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr "Attestering"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
msgstr "Attestering (sammanfattning)"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_accepted
msgid "Tier Validation Accepted Notification"
msgstr "Meddelande vid accepterad attestering"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_rejected
msgid "Tier Validation Rejected Notification"
msgstr "Meddelande vid nekad attestering"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_requested
msgid "Tier Validation Requested"
msgstr "Attestering begärd"
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr "Attestering omstartad"
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "Attesteringar"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
msgstr "Att göra av"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#, python-format
msgid "Todo by"
msgstr "Att göra av"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_users
msgid "Users"
msgstr "Användare"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr "Fält för giltig granskare"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
msgstr "Validera"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__validate_reject
msgid "Validate Reject"
msgstr "Validera Neka"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated
msgid "Validated"
msgstr "Validerad"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
msgid "Validated by"
msgstr "Validerad av"
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/tier_review_template.xml:0
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewed_date
#, python-format
msgid "Validation Date"
msgstr "Valideringsdatum"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__review_ids
msgid "Validations"
msgstr "Valideringar"
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
msgid "e.g. Tier Validation for..."
msgstr "t.ex. attestering för..."
#~ msgid ""
#~ "This action needs to be validated for at least one record. \n"
#~ "Please request a validation."
#~ msgstr ""
#~ "Denna åtgärd måste valideras för minst en post.\n"
#~ "Vänligen begär en validering."

View File

@ -109,8 +109,8 @@ msgstr "所有"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__group
msgid "Any user in a specific group."
msgstr "指定权限组"
msgid "Any user in a specific group"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
@ -180,6 +180,11 @@ msgstr "审批意见"
msgid "Company"
msgstr "公司"
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__create_uid
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__create_uid
@ -216,6 +221,7 @@ msgstr "说明"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__display_name
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__display_name
@ -240,6 +246,11 @@ msgstr "审批人"
msgid "Done by"
msgstr "审批人"
#. module: base_tier_validation
#: model:ir.model.fields.selection,name:base_tier_validation.selection__tier_definition__review_type__field
msgid "Field in related record"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
@ -258,6 +269,7 @@ msgstr "含审批意见"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__id
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__id
@ -274,6 +286,7 @@ msgstr "如果设置,则触发此定义规则时将通过电子邮件通知所
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_res_users____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition____last_update
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review____last_update
@ -306,6 +319,11 @@ msgstr "模型"
msgid "More Options"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "More reports about tier validations, i.e., summary of all my reviews"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__need_validation
msgid "Need Validation"
@ -317,6 +335,17 @@ msgstr "需要审批"
msgid "New Tier Validation"
msgstr "新建多层级审批"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__next_review
msgid "Next Review"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Next: %s"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -329,6 +358,33 @@ msgstr "没有待审批的项目。"
msgid "Notify Reviewers on Creation"
msgstr "创建时通知审批人"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>rejected</b>."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "Operation has been <b>validated</b>!"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to forward a tier validation to other reviewer, and backward"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to trigger server actions on completion of tier reviews"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Option to use python formula to get reviewers and find documents"
msgstr ""
#. module: base_tier_validation
#. openerp-web
#: code:addons/base_tier_validation/static/src/xml/systray.xml:0
@ -353,6 +409,11 @@ msgstr ""
msgid "Rejected"
msgstr "已驳回"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__rejected_message
msgid "Rejected Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__res_id
msgid "Related Document ID"
@ -409,6 +470,12 @@ msgstr "审批"
msgid "Reviewer"
msgstr "审批人"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_field_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_field_id
msgid "Reviewer field"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__reviewer_group_id
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__reviewer_group_id
@ -458,15 +525,32 @@ msgstr "状态"
msgid "The operation is under validation."
msgstr "该操作正在审批中。"
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "The review has been reset by %s."
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_review.py:0
#, python-format
msgid "There are no res.users in the selected field"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid "This %s needs to be validated"
msgstr ""
#. module: base_tier_validation
#: code:addons/base_tier_validation/models/tier_validation.py:0
#, python-format
msgid ""
"This action needs to be validated for at least one record. \n"
"This action needs to be validated for at least one record. Reviews pending:\n"
" - %s \n"
"Please request a validation."
msgstr ""
"此操作需要至少对一条记录进行审批。\n"
"请发起审批申请。"
#. module: base_tier_validation
#: model:ir.actions.act_window,name:base_tier_validation.tier_definition_action
@ -477,12 +561,37 @@ msgstr ""
msgid "Tier Definition"
msgstr "层级定义"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_formula
msgid "Tier Formula"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_forward
msgid "Tier Forward & Backward"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_report
msgid "Tier Reports"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_review_view_tree
msgid "Tier Review"
msgstr "多层级审批"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_res_config_settings__module_base_tier_validation_server_action
msgid "Tier Server Action"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.res_config_settings_view_form_budget
msgid "Tier Validation"
msgstr ""
#. module: base_tier_validation
#: model:ir.model,name:base_tier_validation.model_tier_validation
msgid "Tier Validation (abstract)"
@ -505,11 +614,21 @@ msgstr "多层级审批(抽象)"
msgid "Tier Validation Requested"
msgstr ""
#. module: base_tier_validation
#: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_restarted
msgid "Tier Validation Restarted"
msgstr ""
#. module: base_tier_validation
#: model:ir.ui.menu,name:base_tier_validation.menu_tier_confirmation
msgid "Tier Validations"
msgstr "多层级审批"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__to_validate_message
msgid "To Validate Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__todo_by
msgid "Todo By"
@ -527,6 +646,11 @@ msgstr ""
msgid "Users"
msgstr "用户"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__valid_reviewer_field_ids
msgid "Valid Reviewer Field"
msgstr ""
#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
msgid "Validate"
@ -542,6 +666,11 @@ msgstr "驳回"
msgid "Validated"
msgstr "已批准"
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_validation__validated_message
msgid "Validated Message"
msgstr ""
#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__review_type
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__review_type
@ -566,6 +695,16 @@ msgstr "审批"
msgid "e.g. Tier Validation for..."
msgstr "例如:审批层级用于..."
#~ msgid ""
#~ "This action needs to be validated for at least one record. \n"
#~ "Please request a validation."
#~ msgstr ""
#~ "此操作需要至少对一条记录进行审批。\n"
#~ "请发起审批申请。"
#~ msgid "Any user in a specific group."
#~ msgstr "指定权限组"
#~ msgid "Tier"
#~ msgstr "层级"

View File

@ -4,3 +4,4 @@ from . import tier_definition
from . import tier_review
from . import tier_validation
from . import res_users
from . import res_config_settings

View File

@ -0,0 +1,12 @@
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from flectra import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = "res.config.settings"
module_base_tier_validation_formula = fields.Boolean(string="Tier Formula")
module_base_tier_validation_forward = fields.Boolean("Tier Forward & Backward")
module_base_tier_validation_server_action = fields.Boolean("Tier Server Action")
module_base_tier_validation_report = fields.Boolean("Tier Reports")

View File

@ -12,37 +12,31 @@ class Users(models.Model):
@api.model
def review_user_count(self):
user_reviews = {}
to_review_docs = {}
reviews = self.env["tier.review"].search(
[
("status", "=", "pending"),
("can_review", "=", True),
("id", "in", self.env.user.review_ids.ids),
]
)
for review in reviews:
record = (
review.env[review.model]
.with_user(self.env.user)
.search([("id", "=", review.res_id)])
)
if not record or record.rejected or not record.can_review:
# Checking that the review is accessible with the permissions
# and to review condition is valid
continue
if not user_reviews.get(review["model"]):
user_reviews[review.model] = {
"name": record._description,
"model": review.model,
"icon": modules.module.get_module_icon(
self.env[review.model]._original_module
),
"pending_count": 0,
}
docs = to_review_docs.get(review.model)
if (docs and record not in docs) or not docs:
user_reviews[review.model]["pending_count"] += 1
to_review_docs.setdefault(review.model, []).append(record)
domain = [
("status", "=", "pending"),
("can_review", "=", True),
("id", "in", self.env.user.review_ids.ids),
]
review_groups = self.env["tier.review"].read_group(domain, ["model"], ["model"])
for review_group in review_groups:
model = review_group["model"]
reviews = self.env["tier.review"].search(review_group.get("__domain"))
if reviews:
records = (
self.env[model]
.with_user(self.env.user)
.with_context(active_test=False)
.search([("id", "in", reviews.mapped("res_id"))])
.filtered(lambda x: not x.rejected and x.can_review)
)
if len(records):
record = self.env[model]
user_reviews[model] = {
"name": record._description,
"model": model,
"icon": modules.module.get_module_icon(record._original_module),
"pending_count": len(records),
}
return list(user_reviews.values())
@api.model

View File

@ -34,13 +34,23 @@ class TierDefinition(models.Model):
default="individual",
selection=[
("individual", "Specific user"),
("group", "Any user in a specific group."),
("group", "Any user in a specific group"),
("field", "Field in related record"),
],
)
reviewer_id = fields.Many2one(comodel_name="res.users", string="Reviewer")
reviewer_group_id = fields.Many2one(
comodel_name="res.groups", string="Reviewer group"
)
reviewer_field_id = fields.Many2one(
comodel_name="ir.model.fields",
string="Reviewer field",
domain="[('id', 'in', valid_reviewer_field_ids)]",
)
valid_reviewer_field_ids = fields.One2many(
comodel_name="ir.model.fields",
compute="_compute_domain_reviewer_field",
)
definition_type = fields.Selection(
string="Definition", selection=[("domain", "Domain")], default="domain"
)
@ -68,3 +78,10 @@ class TierDefinition(models.Model):
def onchange_review_type(self):
self.reviewer_id = None
self.reviewer_group_id = None
@api.depends("review_type", "model_id")
def _compute_domain_reviewer_field(self):
for rec in self:
rec.valid_reviewer_field_ids = self.env["ir.model.fields"].search(
[("model", "=", rec.model), ("relation", "=", "res.users")]
)

View File

@ -2,6 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from flectra import _, api, fields, models
from flectra.exceptions import ValidationError
class TierReview(models.Model):
@ -29,6 +30,9 @@ class TierReview(models.Model):
reviewer_group_id = fields.Many2one(
related="definition_id.reviewer_group_id", readonly=True
)
reviewer_field_id = fields.Many2one(
related="definition_id.reviewer_field_id", readonly=True
)
reviewer_ids = fields.Many2many(
string="Reviewers",
comodel_name="res.users",
@ -80,7 +84,7 @@ class TierReview(models.Model):
@api.depends("reviewer_ids")
def _compute_todo_by(self):
""" Show by group or by abbrev list of names """
"""Show by group or by abbrev list of names"""
num_show = 3 # Max number of users to display
for rec in self:
todo_by = False
@ -94,4 +98,12 @@ class TierReview(models.Model):
rec.todo_by = todo_by
def _get_reviewers(self):
return self.reviewer_id + self.reviewer_group_id.users
if self.reviewer_id or self.reviewer_group_id.users:
return self.reviewer_id + self.reviewer_group_id.users
reviewer_field = self.env["res.users"]
if self.reviewer_field_id:
resource = self.env[self.model].browse(self.res_id)
reviewer_field = getattr(resource, self.reviewer_field_id.name, False)
if not reviewer_field or not reviewer_field._name == "res.users":
raise ValidationError(_("There are no res.users in the selected field"))
return reviewer_field

View File

@ -7,7 +7,6 @@ from lxml import etree
from flectra import _, api, fields, models
from flectra.exceptions import ValidationError
from flectra.osv import expression
class TierValidation(models.AbstractModel):
@ -31,13 +30,16 @@ class TierValidation(models.AbstractModel):
domain=lambda self: [("model", "=", self._name)],
auto_join=True,
)
to_validate_message = fields.Html(compute="_compute_validated_rejected")
validated = fields.Boolean(
compute="_compute_validated_rejected", search="_search_validated"
)
validated_message = fields.Html(compute="_compute_validated_rejected")
need_validation = fields.Boolean(compute="_compute_need_validation")
rejected = fields.Boolean(
compute="_compute_validated_rejected", search="_search_rejected"
)
rejected_message = fields.Html(compute="_compute_validated_rejected")
reviewer_ids = fields.Many2many(
string="Reviewers",
comodel_name="res.users",
@ -48,6 +50,7 @@ class TierValidation(models.AbstractModel):
compute="_compute_can_review", search="_search_can_review"
)
has_comment = fields.Boolean(compute="_compute_has_comment")
next_review = fields.Char(compute="_compute_next_review")
def _compute_has_comment(self):
for rec in self:
@ -104,18 +107,24 @@ class TierValidation(models.AbstractModel):
assert operator in ("=", "!="), "Invalid domain operator"
assert value in (True, False), "Invalid domain value"
pos = self.search([(self._state_field, "in", self._state_from)]).filtered(
lambda r: r.review_ids and r.validated == value
lambda r: r.validated
)
return [("id", "in", pos.ids)]
if value:
return [("id", "in", pos.ids)]
else:
return [("id", "not in", pos.ids)]
@api.model
def _search_rejected(self, operator, value):
assert operator in ("=", "!="), "Invalid domain operator"
assert value in (True, False), "Invalid domain value"
pos = self.search([(self._state_field, "in", self._state_from)]).filtered(
lambda r: r.review_ids and r.rejected == value
lambda r: r.rejected
)
return [("id", "in", pos.ids)]
if value:
return [("id", "in", pos.ids)]
else:
return [("id", "not in", pos.ids)]
@api.model
def _search_reviewer_ids(self, operator, value):
@ -135,10 +144,42 @@ class TierValidation(models.AbstractModel):
)
return [("id", model_operator, list(set(reviews.mapped("res_id"))))]
def _get_to_validate_message_name(self):
return self._description
def _get_to_validate_message(self):
return (
"""<i class="fa fa-info-circle" /> %s"""
% _("This %s needs to be validated")
% self._get_to_validate_message_name()
)
def _get_validated_message(self):
msg = """<i class="fa fa-thumbs-down" /> %s""" % _(
"""Operation has been <b>validated</b>!"""
)
return self.validated and msg or ""
def _get_rejected_message(self):
msg = """<i class="fa fa-thumbs-down" /> %s""" % _(
"""Operation has been <b>rejected</b>."""
)
return self.rejected and msg or ""
def _compute_validated_rejected(self):
for rec in self:
rec.validated = self._calc_reviews_validated(rec.review_ids)
rec.validated_message = rec._get_validated_message()
rec.rejected = self._calc_reviews_rejected(rec.review_ids)
rec.rejected_message = rec._get_rejected_message()
rec.to_validate_message = rec._get_to_validate_message()
def _compute_next_review(self):
for rec in self:
review = rec.review_ids.sorted("sequence").filtered(
lambda l: l.status == "pending"
)[:1]
rec.next_review = review and _("Next: %s") % review.name or ""
@api.model
def _calc_reviews_validated(self, reviews):
@ -166,10 +207,11 @@ class TierValidation(models.AbstractModel):
)
def evaluate_tier(self, tier):
domain = []
if tier.definition_domain:
domain = literal_eval(tier.definition_domain)
return self.search(expression.AND([[("id", "=", self.id)], domain]))
return self.filtered_domain(domain)
else:
return self
@api.model
def _get_under_validation_exceptions(self):
@ -185,19 +227,41 @@ class TierValidation(models.AbstractModel):
return False
return True
def _check_tier_state_transition(self, vals):
"""
Check we are in origin state and not destination state
"""
self.ensure_one()
return getattr(self, self._state_field) in self._state_from and not vals.get(
self._state_field
) in (self._state_to + [self._cancel_state])
def write(self, vals):
for rec in self:
new_self = self
if (
"from_review_systray" in self.env.context
and "active_test" in self.env.context
):
context = self.env.context.copy()
context.pop("active_test")
new_self = self.with_context(context)
for rec in new_self:
if rec._check_state_conditions(vals):
if rec.need_validation:
# try to validate operation
reviews = rec.request_validation()
rec._validate_tier(reviews)
if not self._calc_reviews_validated(reviews):
if not new_self._calc_reviews_validated(reviews):
pending_reviews = reviews.filtered(
lambda r: r.status == "pending"
).mapped("name")
raise ValidationError(
_(
"This action needs to be validated for at least "
"one record. \nPlease request a validation."
"one record. Reviews pending:\n - %s "
"\nPlease request a validation."
)
% "\n - ".join(pending_reviews)
)
if rec.review_ids and not rec.validated:
raise ValidationError(
@ -208,15 +272,15 @@ class TierValidation(models.AbstractModel):
)
if (
rec.review_ids
and getattr(rec, self._state_field) in self._state_from
and not vals.get(self._state_field)
in (self._state_to + [self._cancel_state])
and not self._check_allow_write_under_validation(vals)
and rec._check_tier_state_transition(vals)
and not rec._check_allow_write_under_validation(vals)
):
raise ValidationError(_("The operation is under validation."))
if vals.get(self._state_field) in self._state_from:
self.mapped("review_ids").unlink()
return super(TierValidation, self).write(vals)
if vals.get(new_self._state_field) in (
new_self._state_from + [new_self._cancel_state]
):
new_self.mapped("review_ids").unlink()
return super(TierValidation, new_self).write(vals)
def _check_state_conditions(self, vals):
self.ensure_one()
@ -251,11 +315,14 @@ class TierValidation(models.AbstractModel):
def _get_rejected_notification_subtype(self):
return "base_tier_validation.mt_tier_validation_rejected"
def _get_restarted_notification_subtype(self):
return "base_tier_validation.mt_tier_validation_restarted"
def _notify_accepted_reviews(self):
post = "message_post"
if hasattr(self, post):
# Notify state change
getattr(self, post)(
getattr(self.sudo(), post)(
subtype_xmlid=self._get_accepted_notification_subtype(),
body=self._notify_accepted_reviews_body(),
)
@ -320,7 +387,7 @@ class TierValidation(models.AbstractModel):
post = "message_post"
if hasattr(self, post):
# Notify state change
getattr(self, post)(
getattr(self.sudo(), post)(
subtype_xmlid=self._get_rejected_notification_subtype(),
body=self._notify_rejected_review_body(),
)
@ -388,11 +455,23 @@ class TierValidation(models.AbstractModel):
self._notify_review_requested(created_trs)
return created_trs
def _notify_restarted_review_body(self):
return _("The review has been reset by %s.") % (self.env.user.name)
def _notify_restarted_review(self):
post = "message_post"
if hasattr(self, post):
getattr(self.sudo(), post)(
subtype_xmlid=self._get_restarted_notification_subtype(),
body=self._notify_restarted_review_body(),
)
def restart_validation(self):
for rec in self:
if getattr(rec, self._state_field) in self._state_from:
rec.mapped("review_ids").unlink()
self._update_counter()
rec._notify_restarted_review()
@api.model
def _update_counter(self):

View File

@ -134,7 +134,7 @@ flectra.define("tier_validation.systray", function (require) {
$(event.currentTarget).data(),
$(event.target).data()
);
var context = {};
var context = {from_review_systray: true, active_test: false};
this.do_action({
type: "ir.actions.act_window",
name: data.model_name,

View File

@ -50,6 +50,7 @@
class="btn-icon btn-danger"
icon="fa-thumbs-down"
/>
<br /><field name="next_review" />
</p>
</div>
<div

View File

@ -404,14 +404,37 @@ class TierTierValidation(CommonTierValidation):
records = self.env["tier.validation.tester"].search(
[("reviewer_ids", "=", False)]
)
self.assertEquals(len(records), 1)
self.assertEqual(len(records), 1)
self.test_record.with_user(self.test_user_2.id).request_validation()
record = self.test_record.with_user(self.test_user_1.id)
record.invalidate_cache()
records = self.env["tier.validation.tester"].search(
[("reviewer_ids", "=", False)]
)
self.assertEquals(len(records), 0)
self.assertEqual(len(records), 0)
def test_18_test_review_by_res_users_field(self):
selected_field = self.env["ir.model.fields"].search(
[("model", "=", self.test_model._name), ("name", "=", "user_id")]
)
test_record = self.test_model.create(
{"test_field": 2.5, "user_id": self.test_user_2.id}
)
definition = self.env["tier.definition"].create(
{
"model_id": self.tester_model.id,
"review_type": "field",
"reviewer_field_id": selected_field.id,
"definition_domain": "[('test_field', '>', 1.0)]",
"approve_sequence": True,
}
)
reviews = test_record.request_validation()
review = reviews.filtered(lambda r: r.definition_id == definition)
self.assertTrue(review)
self.assertEqual(review.reviewer_ids, self.test_user_2)
@tagged("at_install")

View File

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8" ?>
<flectra>
<record id="res_config_settings_view_form_budget" model="ir.ui.view">
<field name="name">res.config.settings.view.form.budget</field>
<field name="model">res.config.settings</field>
<field name="priority" eval="25" />
<field name="inherit_id" ref="base_setup.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[@id='business_documents']" position="inside">
<div id="base_tier_validation">
<h2>Tier Validation</h2>
<div
class="row mt16 o_settings_container"
name="base_tier_validation_option_setting_container"
>
<div
class="col-12 col-lg-6 o_setting_box"
id="module_base_tier_validation_formula"
>
<div class="o_setting_left_pane">
<field name="module_base_tier_validation_formula" />
</div>
<div class="o_setting_right_pane">
<label for="module_base_tier_validation_formula" />
<div class="text-muted">
Option to use python formula to get reviewers and find documents
</div>
</div>
</div>
<div
class="col-12 col-lg-6 o_setting_box"
id="module_base_tier_validation_server_action"
>
<div class="o_setting_left_pane">
<field
name="module_base_tier_validation_server_action"
/>
</div>
<div class="o_setting_right_pane">
<label
for="module_base_tier_validation_server_action"
/>
<div class="text-muted">
Option to trigger server actions on completion of tier reviews
</div>
</div>
</div>
<div
class="col-12 col-lg-6 o_setting_box"
id="module_base_tier_validation_forward"
>
<div class="o_setting_left_pane">
<field name="module_base_tier_validation_forward" />
</div>
<div class="o_setting_right_pane">
<label for="module_base_tier_validation_forward" />
<div class="text-muted">
Option to forward a tier validation to other reviewer, and backward
</div>
</div>
</div>
<div
class="col-12 col-lg-6 o_setting_box"
id="module_base_tier_validation_report"
>
<div class="o_setting_left_pane">
<field name="module_base_tier_validation_report" />
</div>
<div class="o_setting_right_pane">
<label for="module_base_tier_validation_report" />
<div class="text-muted">
More reports about tier validations, i.e., summary of all my reviews
</div>
</div>
</div>
</div>
</div>
</xpath>
</field>
</record>
</flectra>

View File

@ -12,6 +12,7 @@
<field name="review_type" />
<field name="reviewer_id" />
<field name="reviewer_group_id" />
<field name="reviewer_field_id" />
<field name="sequence" />
<field name="company_id" groups="base.group_multi_company" />
<field name="active" />
@ -55,6 +56,12 @@
name="reviewer_group_id"
attrs="{'invisible': [('review_type', '!=', 'group')]}"
/>
<field
name="reviewer_field_id"
attrs="{'invisible': [('review_type', '!=', 'field')]}"
options="{'no_create': True}"
/>
<field name="valid_reviewer_field_ids" invisible="1" />
</group>
<group name="right">
<field

View File

@ -5,7 +5,7 @@
"name": "Base Tier Validation Formula",
"summary": """
Formulas for Base tier validation""",
"version": "2.0.2.0.0",
"version": "2.0.2.0.1",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/server-ux",

View File

@ -29,7 +29,10 @@ class TierReview(models.Model):
@api.depends("definition_id.reviewer_expression", "review_type", "model", "res_id")
def _compute_python_reviewer_ids(self):
for rec in self.filtered(lambda x: x.review_type == "expression"):
for rec in self:
if rec.review_type != "expression":
rec.python_reviewer_ids = self.env["res.users"].browse()
continue
record = rec.env[rec.model].browse(rec.res_id).exists()
try:
reviewer_ids = safe_eval(

View File

@ -3,7 +3,7 @@
def uninstall_hook(cr, registry):
""" Revert table tier_review back to original before this module """
"""Revert table tier_review back to original before this module"""
cr.execute(
"update tier_review a set sequence = "
"(select floor(sequence) from tier_review b where a.id = b.id);"

View File

@ -22,7 +22,7 @@ class ValidationForwardWizard(models.TransientModel):
)
def add_forward(self):
""" Add extra step, with specific reviewer """
"""Add extra step, with specific reviewer"""
self.ensure_one()
rec = self.env[self.res_model].browse(self.res_id)
prev_comment = self.env["comment.wizard"].browse(

View File

@ -0,0 +1,15 @@
Most of the files are
:Copyright: This stylesheet has been placed in the public domain.
Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
Copyright 2018 Flectra Community
Many files also contain contributions from third
parties. In this case the original copyright of
the contributions can be traced through the
history of the source version control system.
When that is not the case, the files contain a prominent
notice stating the original copyright and applicable
license, or come with their own dedicated COPYRIGHT
and/or LICENSE file.

View File

@ -0,0 +1,663 @@
For copyright information, please see the COPYRIGHT file.
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

View File

@ -0,0 +1,83 @@
==============================
Base Tier Validation - Reports
==============================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-OCA%2Fserver--ux-lightgray.png?logo=github
:target: https://github.com/OCA/server-ux/tree/14.0/base_tier_validation_report
:alt: OCA/server-ux
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_tier_validation_report
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/250/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module provide addiontal reports related to Tier Validation
#. My Reviews (pending, approved, rejected)
**Table of contents**
.. contents::
:local:
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/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/OCA/server-ux/issues/new?body=module:%20base_tier_validation_report%0Aversion:%2014.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
~~~~~~~
* Ecosoft
Contributors
~~~~~~~~~~~~
* Kitti U. <kittiu@ecosoft.co.th>
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.
.. |maintainer-kittiu| image:: https://github.com/kittiu.png?size=40px
:target: https://github.com/kittiu
:alt: kittiu
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-kittiu|
This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/14.0/base_tier_validation_report>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models

View File

@ -0,0 +1,19 @@
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Base Tier Validation - Reports",
"summary": "Reports related to tier validation",
"version": "2.0.1.0.0",
"category": "Tools",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["base_tier_validation"],
"data": [
"reports/tier_review_report.xml",
],
"application": False,
"installable": True,
"development_status": "Beta",
"maintainers": ["kittiu"],
}

View File

@ -0,0 +1,88 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_tier_validation_report
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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"
#. module: base_tier_validation_report
#: model:ir.actions.act_window,name:base_tier_validation_report.tier_review_all_action
#: model:ir.ui.menu,name:base_tier_validation_report.menu_tier_review_report_all
msgid "All Reviews"
msgstr ""
#. module: base_tier_validation_report
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_search
msgid "Approved"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.model.fields,field_description:base_tier_validation_report.field_tier_review__display_name
msgid "Display Name"
msgstr ""
#. module: base_tier_validation_report
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_search
msgid "Done By"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.model.fields,field_description:base_tier_validation_report.field_tier_review__id
msgid "ID"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.model.fields,field_description:base_tier_validation_report.field_tier_review____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.actions.act_window,name:base_tier_validation_report.tier_review_my_action
#: model:ir.ui.menu,name:base_tier_validation_report.menu_tier_review_report_my
msgid "My Reviews"
msgstr ""
#. module: base_tier_validation_report
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_tree
msgid "Open Resource"
msgstr ""
#. module: base_tier_validation_report
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_search
msgid "Rejected"
msgstr ""
#. module: base_tier_validation_report
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_search
msgid "Requested By"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.model.fields,field_description:base_tier_validation_report.field_tier_review__resource_ref
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_search
msgid "Resource Ref"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.ui.menu,name:base_tier_validation_report.menu_tier_validation_report
msgid "Reviews"
msgstr ""
#. module: base_tier_validation_report
#: model:ir.model,name:base_tier_validation_report.model_tier_review
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_tree
msgid "Tier Review"
msgstr ""
#. module: base_tier_validation_report
#: model_terms:ir.ui.view,arch_db:base_tier_validation_report.tier_review_report_search
msgid "To Review"
msgstr ""

View File

@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import tier_review

View File

@ -0,0 +1,38 @@
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from flectra import api, fields, models
class TierReview(models.Model):
_inherit = "tier.review"
resource_ref = fields.Reference(
string="Resource Ref",
selection="_selection_resource_ref",
compute="_compute_resource_ref",
store=True,
readonly=True,
)
def _selection_resource_ref(self):
models = self.env["tier.definition"]._get_tier_validation_model_names()
return [(m, m) for m in models]
@api.depends("model", "res_id")
def _compute_resource_ref(self):
for rec in self:
rec.resource_ref = (
"%s,%s" % (rec.model, rec.res_id) if rec.res_id else False
)
def action_open_resource_ref(self):
self.ensure_one()
return {
"name": self.resource_ref.display_name,
"type": "ir.actions.act_window",
"view_type": "form",
"view_mode": "form",
"res_model": self.model,
"res_id": self.res_id,
}

View File

@ -0,0 +1,129 @@
<flectra>
<record id="tier_review_report_tree" model="ir.ui.view">
<field name="name">tier.review.report.tree</field>
<field name="model">tier.review</field>
<field name="arch" type="xml">
<tree
string="Tier Review"
decoration-danger="status=='rejected'"
decoration-success="status=='approved'"
create="0"
edit="0"
delete="0"
editable="top"
>
<field name="resource_ref" />
<button
name="action_open_resource_ref"
type="object"
icon="fa-folder-open-o"
string=" Open Resource"
class="float-left"
/>
<field name="requested_by" />
<field name="review_type" />
<field name="name" />
<field name="status" />
<field name="todo_by" />
<field name="done_by" />
<field name="reviewed_date" />
<field name="comment" />
</tree>
</field>
</record>
<record id="tier_review_report_form" model="ir.ui.view">
<field name="name">tier.review.report.tree</field>
<field name="model">tier.review</field>
<field name="arch" type="xml">
<form create="0" edit="0" delete="0">
<group>
<group>
<field name="resource_ref" />
<field name="requested_by" />
<field name="review_type" />
<field name="name" />
</group>
<group>
<field name="status" />
<field name="todo_by" />
<field name="done_by" />
<field name="reviewed_date" />
<field name="comment" />
</group>
</group>
</form>
</field>
</record>
<record id="tier_review_report_search" model="ir.ui.view">
<field name="name">tier.review.report.search</field>
<field name="model">tier.review</field>
<field name="arch" type="xml">
<search>
<field name="resource_ref" string="Resource Ref" />
<field name="requested_by" string="Requested By" />
<field name="reviewer_ids" string="To Review" />
<field name="done_by" string="Done By" />
<filter
name="pending"
string="To Review"
domain="[('status', '=', 'pending')]"
/>
<filter
name="rejected"
string="Rejected"
domain="[('status', '=', 'rejected')]"
/>
<filter
name="approved"
string="Approved"
domain="[('status', '=', 'approved')]"
/>
</search>
</field>
</record>
<record id="tier_review_my_action" model="ir.actions.act_window">
<field name="name">My Reviews</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">tier.review</field>
<field name="view_mode">tree,form</field>
<field name="domain">[("reviewer_ids", "in", uid)]</field>
<field name="context">{"search_default_pending": True}</field>
<field name="view_id" ref="tier_review_report_tree" />
<field name="search_view_id" ref="tier_review_report_search" />
</record>
<record id="tier_review_all_action" model="ir.actions.act_window">
<field name="name">All Reviews</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">tier.review</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="view_id" ref="tier_review_report_tree" />
<field name="search_view_id" ref="tier_review_report_search" />
<field name="groups_id" eval="[(4, ref('base.group_system'))]" />
</record>
<menuitem
id="menu_tier_validation_report"
name="Reviews"
parent="base.menu_board_root"
sequence="3"
/>
<menuitem
id="menu_tier_review_report_my"
parent="menu_tier_validation_report"
action="tier_review_my_action"
sequence="10"
/>
<menuitem
id="menu_tier_review_report_all"
parent="menu_tier_validation_report"
action="tier_review_all_action"
sequence="20"
groups="base.group_system"
/>
</flectra>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1,424 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Base Tier Validation - Reports</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="base-tier-validation-reports">
<h1 class="title">Base Tier Validation - Reports</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" 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" 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" href="https://github.com/OCA/server-ux/tree/14.0/base_tier_validation_report"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_tier_validation_report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/250/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module provide addiontal reports related to Tier Validation</p>
<ol class="arabic simple">
<li>My Reviews (pending, approved, rejected)</li>
</ol>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-ux/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/server-ux/issues/new?body=module:%20base_tier_validation_report%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
<ul class="simple">
<li>Ecosoft</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
<ul class="simple">
<li>Kitti U. &lt;<a class="reference external" href="mailto:kittiu&#64;ecosoft.co.th">kittiu&#64;ecosoft.co.th</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external" href="https://github.com/kittiu"><img alt="kittiu" src="https://github.com/kittiu.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-ux/tree/14.0/base_tier_validation_report">OCA/server-ux</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View File

@ -3,7 +3,7 @@
{
"name": "Base Tier Validation - Server Action",
"summary": "Add option to call server action when a tier is validated",
"version": "2.0.1.1.0",
"version": "2.0.1.1.2",
"development_status": "Alpha",
"maintainers": ["kittiu"],
"category": "Tools",

View File

@ -1,20 +1,30 @@
# Copyright 2020 Ecosoft (http://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from flectra import api, models
from flectra import models
class TierReview(models.Model):
_inherit = "tier.review"
@api.constrains("status")
def _trigger_server_action(self):
for rec in self.filtered(lambda l: l.status in ["approved", "rejected"]):
server_action = False
if rec.status == "approved":
server_action = rec.definition_id.server_action_id
if rec.status == "rejected":
server_action = rec.definition_id.rejected_server_action_id
if server_action:
ctx = {"active_model": rec.model, "active_id": rec.res_id}
server_action.with_context(ctx).run()
def write(self, vals):
res = super().write(vals)
if vals.get("status") in ["approved", "rejected"]:
for rec in self:
server_action = False
if rec.status == "approved":
server_action = rec.definition_id.server_action_id
if rec.status == "rejected":
server_action = rec.definition_id.rejected_server_action_id
server_action_tier = self.env.context.get("server_action_tier")
# Don't allow reentrant server action as it will lead to
# recursive behaviour
if server_action and (
not server_action_tier or server_action_tier != server_action.id
):
server_action.with_context(
server_action_tier=server_action.id,
active_model=rec.model,
active_id=rec.res_id,
).sudo().run()
return res

View File

@ -0,0 +1,15 @@
Most of the files are
:Copyright: This stylesheet has been placed in the public domain.
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
Copyright 2018 Flectra Community
Many files also contain contributions from third
parties. In this case the original copyright of
the contributions can be traced through the
history of the source version control system.
When that is not the case, the files contain a prominent
notice stating the original copyright and applicable
license, or come with their own dedicated COPYRIGHT
and/or LICENSE file.

Some files were not shown because too many files have changed in this diff Show More