<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OCB.git, branch 18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.gnuabordo.com.br/OCB.git/atom?h=18.0</id>
<link rel='self' href='http://git.gnuabordo.com.br/OCB.git/atom?h=18.0'/>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/'/>
<updated>2025-02-08T23:30:13+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'odoo/18.0' into 18.0</title>
<updated>2025-02-08T23:30:13+00:00</updated>
<author>
<name>OCA Git Bot</name>
<email>oca-git-bot@odoo-community.org</email>
</author>
<published>2025-02-08T23:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=55b638b0933fc954f97705b349b928276c044431'/>
<id>urn:sha1:55b638b0933fc954f97705b349b928276c044431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FIX] base: prevent error on duplicating multiple records</title>
<updated>2025-02-08T07:33:31+00:00</updated>
<author>
<name>aamo-odoo</name>
<email>aamo@odoo.com</email>
</author>
<published>2025-01-17T10:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=7aa2b5f9042f7c9cc190d03f224338e521f50d3a'/>
<id>urn:sha1:7aa2b5f9042f7c9cc190d03f224338e521f50d3a</id>
<content type='text'>
This error occurs when attempting to duplicate two actions in 'Server Actions'.

Steps to reproduce:
- Search 'Server Actions'
- Select any two Actions and 'Duplicate'

Traceback:
ValueError: Expected singleton: ir.actions.server(606, 701)

After this commit:
We are now able to duplicate multiple records.

sentry-6218495006

closes odoo/odoo#194118

Signed-off-by: Raphael Collet &lt;rco@odoo.com&gt;
</content>
</entry>
<entry>
<title>[FIX] point_of_sale: lot-serial dialog in small ui</title>
<updated>2025-02-08T02:20:59+00:00</updated>
<author>
<name>Parth Solanki[PASO]</name>
<email>paso@odoo.com</email>
</author>
<published>2025-02-07T11:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=cf9928f193f94aeadc5b4f603c3700e0c32d3d9d'/>
<id>urn:sha1:cf9928f193f94aeadc5b4f603c3700e0c32d3d9d</id>
<content type='text'>
Before this commit:
- Lot-serial dropdown not visible in the small UI.

After this commit:
- Displayed the lot-serial dropdown in the small UI.

opw-4551161

closes odoo/odoo#196957

Signed-off-by: Vlad Stroia (vlst) &lt;vlst@odoo.com&gt;
</content>
</entry>
<entry>
<title>[FIX] point_of_sale: correctly connect loaded many2one fields</title>
<updated>2025-02-08T02:20:58+00:00</updated>
<author>
<name>Pedram (PEBR)</name>
<email>pebr@odoo.com</email>
</author>
<published>2025-01-14T15:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=df9213eb44e83ea9f4c2f9bb83dae6baf36a0309'/>
<id>urn:sha1:df9213eb44e83ea9f4c2f9bb83dae6baf36a0309</id>
<content type='text'>
Before this commit, if a many2one field was loaded with its data,
it would not get connected. For example, in the Chilean localization,
the account_move is loaded when capturing an order, but it would not
get linked, causing an error.

opw-4479284

closes odoo/odoo#196994

X-original-commit: 86fd956e8828117c82d74baa0d7ae04cff93b745
Signed-off-by: David Monnom (moda) &lt;moda@odoo.com&gt;
Signed-off-by: Andrea Grazioso (agr) &lt;agr@odoo.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'odoo/18.0' into 18.0</title>
<updated>2025-02-07T23:30:16+00:00</updated>
<author>
<name>OCA Git Bot</name>
<email>oca-git-bot@odoo-community.org</email>
</author>
<published>2025-02-07T23:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=0b55f1e35d2f49e07dc68e0212d8d4f5f0d838ca'/>
<id>urn:sha1:0b55f1e35d2f49e07dc68e0212d8d4f5f0d838ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FIX] account: CABA on payment with credit note</title>
<updated>2025-02-07T23:17:13+00:00</updated>
<author>
<name>william-andre</name>
<email>wan@odoo.com</email>
</author>
<published>2025-01-06T18:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=8e6800d365e53e909f533d9f9c6245698b965f99'/>
<id>urn:sha1:8e6800d365e53e909f533d9f9c6245698b965f99</id>
<content type='text'>
Before this commit, the credit note's tax lines were causing an issue
during reconciliation because they were reconciled with both the invoice
and with the cash basis entry.

Reproduce:
* Enable cash basis accounting.
* On the tax that will be used, set:
    Tax Exigibility: Based on Payment.
* Allow reconciliation on the associated account.
* Add a product without tax and save.
* Then, add a tax.
* Try to create and post a credit note for this invoice

opw-4281749
opw-4439671
opw-4358532

closes odoo/odoo#196933

X-original-commit: 09da61a1ef67be78f50c042afe650b2c3bea7539
Signed-off-by: Laurent Smet (las) &lt;las@odoo.com&gt;
Signed-off-by: William André (wan) &lt;wan@odoo.com&gt;
</content>
</entry>
<entry>
<title>[FIX] pos_restaurant:fix empty preparation receipt</title>
<updated>2025-02-07T23:17:05+00:00</updated>
<author>
<name>roen-odoo</name>
<email>roen@odoo.com</email>
</author>
<published>2025-02-06T13:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=d8cccfb640a2782d50ff2e698c99853016100875'/>
<id>urn:sha1:d8cccfb640a2782d50ff2e698c99853016100875</id>
<content type='text'>
When creating multiple preparation printers for different pos categories
you could have a case where an empty receipt is printed.

Steps to reproduce:
-------------------
* Create 2 PoS categories CAT 1 and CAT 2
* Create a first preparation printer for CAT 2
* Create a second preparation printer for CAT 1
* Create a product P1 for CAT 1
* Assign the two printers to a PoS
* Open PoS and add the P1 to your order
* Send the order in preparation
&gt; Observation: Two receipts are printed and one of them is empty

Why the fix:
------------
When going over each printer to print the relevant changes, if the first
printer in the list has no changes it would always print an empty
receipt because `last_preparation_change` would always be empty. To fix
this we rely on `changes` to check if there are any changes to print on
this printer

opw-4462586

closes odoo/odoo#196808

Signed-off-by: David Monnom (moda) &lt;moda@odoo.com&gt;
</content>
</entry>
<entry>
<title>[FIX] hr_*: allow editing unapproved allocation requests</title>
<updated>2025-02-07T23:17:02+00:00</updated>
<author>
<name>ahta</name>
<email>ahta@odoo.com</email>
</author>
<published>2025-01-15T14:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=2a30ae85ece135cabea1c736f567164ff60f7f45'/>
<id>urn:sha1:2a30ae85ece135cabea1c736f567164ff60f7f45</id>
<content type='text'>
*: holidays,holidays_attendance
The base.group_user did not have the access right to read overtime_id,
which is necessary for filtering allocations that do not have
a null overtime_id. The access right was granted to base.group_user
only when the allocation state is either draft or confirm.
In the test_expiration_date_2 the user needed to be a user_hruser
to have the access rights to edit the number_of_days.

task-4452360

closes odoo/odoo#196815

X-original-commit: 2bb61e4d534d23bf81a0b36f6ffcc27c0f6a6a0b
Signed-off-by: Yannick Tivisse (yti) &lt;yti@odoo.com&gt;
</content>
</entry>
<entry>
<title>[IMP] account: Secured group usability</title>
<updated>2025-02-07T23:17:01+00:00</updated>
<author>
<name>Maira Salazar (srma)</name>
<email>srma@odoo.com</email>
</author>
<published>2025-02-05T20:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=b183093b3d91e329ee304604718e402712aa8622'/>
<id>urn:sha1:b183093b3d91e329ee304604718e402712aa8622</id>
<content type='text'>
Current behavior:
As of now, whenever a journal is set to "Hash on Post", the user is
granted the secured group rights. This allows the user to see the
lock icon in the status bar, the extra default filters in the list
views of Journal Entries and Journal Items, and access to the Secure
Entries wizard.

However, if only entries from journals with "Hash on Post" are secured,
these features are not necessary. The user trusts Odoo to hash any and
all entries that are posted in that specific journal.

Expected behavior:
When "Hash on Post" is active, the user does not need any additional
user group. However, if even one entry is secured and does not belong
to a journal with the "hash on post" feature, the user will then need
access to the new features, such as the lock icon, default filters,
and the Secure Entries wizard.

Approach:
This commit removes the calls to _activate_group_account_secured()
when setting a journal to "Hash on Post". It also removes it from
the Secure Entries wizard. Instead, we add the key
'journal_restrict_mode' to the chains_to_hash, which indicates the
value of the journal's restrict_mode_hash_table field. If at least
one chain with moves does not have 'journal_restrict_mode', only
then we call _activate_group_account_secured() from _hash_moves().
This will only happen when the Secure Entries wizard is used,
hashing entries from all journals.

task-4348380

closes odoo/odoo#196748

Signed-off-by: William André (wan) &lt;wan@odoo.com&gt;
</content>
</entry>
<entry>
<title>[FIX] html_editor: correctly position close icon on file upload notification</title>
<updated>2025-02-07T23:16:54+00:00</updated>
<author>
<name>Walid (wasa)</name>
<email>wasa@odoo.com</email>
</author>
<published>2025-01-27T08:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/OCB.git/commit/?id=618cf723f4498e9ec9b51fcc65fd648da53bc1f9'/>
<id>urn:sha1:618cf723f4498e9ec9b51fcc65fd648da53bc1f9</id>
<content type='text'>
**Problem**:
The close icon on the file upload notification is misplaced, appearing at the
top-left instead of the expected position on the right.

**Solution**:
Adjust the button's position to appear on the right side of the notification.

**Steps to Reproduce**:
1. Open the Editor.
2. Upload a file.
3. Observe that the close button appears on the top-left instead of the right.

opw-4512322

closes odoo/odoo#195209

Signed-off-by: David Monjoie (dmo) &lt;dmo@odoo.com&gt;
</content>
</entry>
</feed>
